選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Makefile 100B

12345678
  1. test:
  2. @./node_modules/.bin/mocha \
  3. --require should \
  4. --reporter spec \
  5. --bail
  6. .PHONY: test