Skip to content

Commit

Permalink
create test directory§
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 18, 2017
1 parent 4bde1e1 commit e945621
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"release:major": "np major",
"test": "run-s eslint test:unit",
"test:ci": "run-s clean eslint test:cover",
"test:unit": "mocha --compilers js:babel-core/register --colors --require should --reporter dot test/*.js",
"test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha -- --require should",
"test:unit": "mocha --compilers js:babel-core/register test/*.js",
"test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha",
"prepublish": "npm prune && run-s build test",
"watch": "npm run compile -- --watch"
},
Expand Down
4 changes: 4 additions & 0 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--colors
--require should
--reporter spec
--timeout 60000

0 comments on commit e945621

Please sign in to comment.