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
gfnork
June 20, 2014
Programming
0
450
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
500
gfnork node.js workshop Lesson #1 JavaScript Basics
freundschaft
0
930
gfnork node.js workshop Lesson #2 JavaScript Async
freundschaft
0
930
gfnork node.js workshop Lesson #3 node.js basics
freundschaft
0
460
gfnork node.js workshop Lesson #4 middleware for node
freundschaft
0
490
gfnork node.js workshop Lesson #5 node.js databases
freundschaft
0
460
Other Decks in Programming
See All in Programming
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
150
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
570
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
270
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
4
230
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
PipeCDのプラグイン化で目指すところ
warashi
1
230
エンジニア向け採用ピッチ資料
inusan
0
180
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.8k
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
Benchmark
sysong
0
280
Deep Dive into ~/.claude/projects
hiragram
10
2.2k
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
390
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Visualization
eitanlees
146
16k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Documentation Writing (for coders)
carmenintech
72
4.9k
Typedesign – Prime Four
hannesfritz
42
2.7k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
VelocityConf: Rendering Performance Case Studies
addyosmani
331
24k
Automating Front-end Workflow
addyosmani
1370
200k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Designing for humans not robots
tammielis
253
25k
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