Skip to content

Commit

Permalink
refactor(en): Splitting tests into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Sep 29, 2018
1 parent 65d5104 commit f81767a
Show file tree
Hide file tree
Showing 13 changed files with 1,702 additions and 1,518 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Natural language handling for commands and intents",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/*.test.js && node_modules/.bin/eslint *.js language/**/*.js resolver/*.js values/*.js",
"test": "node_modules/.bin/mocha test/**/*.test.js && node_modules/.bin/eslint *.js language/**/*.js resolver/*.js values/*.js",
"coverage": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec ./test/*.test.js"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit f81767a

Please sign in to comment.