Skip to content

Instantly share code, notes, and snippets.

@verytired
Created September 1, 2015 04:22
Show Gist options
  • Save verytired/117f80dc14f4ce9fc33e to your computer and use it in GitHub Desktop.
Save verytired/117f80dc14f4ce9fc33e to your computer and use it in GitHub Desktop.
mochaメモ

mocha

install

npm install -g mocha

do Test

テストフォルダを作り、テストコードを入れる。ファイル名は任意で可。

mocha

フォルダに入っているファイル全て実行される。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment