Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
use mocha directly to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Apr 29, 2016
1 parent c5dbcb5 commit 5c480a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
76 changes: 0 additions & 76 deletions bin/test-node

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"start": "firefox-proxy & node bin/server",
"lint-css": "stylelint public/js/components/*.css",
"lint-js": "eslint public/js",
"test": "./bin/test-node public/js",
"test": "mocha --compilers js:babel-register public/js/**/tests/*",
"test-paths": "mocha --compilers js:babel-register",
"test-browser": "./bin/server-browser-test.js",
"test-karma": "./node_modules/.bin/karma start --single-run",
"storybook": "start-storybook -p 9001 -s public"
Expand Down

0 comments on commit 5c480a7

Please sign in to comment.