Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
gfnork node.js workshop Lesson #6 Unit testing
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
gfnork
June 20, 2014
Programming
0
460
gfnork node.js workshop Lesson #6 Unit testing
Assert, Mocha
gfnork
June 20, 2014
Tweet
Share
More Decks by gfnork
See All by gfnork
Basic Mobile Application Design
freundschaft
0
520
gfnork node.js workshop Lesson #1 JavaScript Basics
freundschaft
0
970
gfnork node.js workshop Lesson #2 JavaScript Async
freundschaft
0
970
gfnork node.js workshop Lesson #3 node.js basics
freundschaft
0
470
gfnork node.js workshop Lesson #4 middleware for node
freundschaft
0
520
gfnork node.js workshop Lesson #5 node.js databases
freundschaft
0
480
Other Decks in Programming
See All in Programming
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
240
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
210
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
190
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
120
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
410
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
500
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
300
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
390
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
1k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
85
The agentic SEO stack - context over prompts
schlessera
0
700
How to Talk to Developers About Accessibility
jct
2
150
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Navigating Team Friction
lara
192
16k
Odyssey Design
rkendrick25
PRO
2
550
First, design no harm
axbom
PRO
2
1.1k
Transcript
None
2
3
4
5
6 import Compaing
7 Diffrent syntax but does the same Thing Expends the
Prototype of Object
8
9
10
11 Arange Act Assert
12
13
14
15 returns -1 if not contained no require needed
16
17 Suite in TDD
18 are grouped within 'something'
19 Executed once before the tests start Executed once before
each test
20 tells the test that its async delays the function
to make it async sets the maximum time a test can run before it is caneled
21 Throwing Exception
22
23
24