Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
use reify to run test (developit#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos authored and developit committed Apr 30, 2017
1 parent 9953570 commit b80768f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"umd:main": "dist/mitt.umd.js",
"scripts": {
"bump": "standard-version",
"testonly": "mocha --compilers js:babel-register test/**/*.js",
"testonly": "mocha --require reify/node --require flow-remove-types/register test/**/*.js",
"lint": "eslint src test",
"test": "flow && npm run lint && npm run testonly",
"build": "npm-run-all --silent clean -p rollup -p minify:* -s docs size",
Expand Down Expand Up @@ -61,15 +61,16 @@
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"documentation": "^4.0.0-beta4",
"eslint": "^3.13.1",
"flow-bin": "^0.38.0",
"flow-remove-types": "^1.2.0",
"gzip-size-cli": "^1.0.0",
"mocha": "^3.2.0",
"npm-run-all": "^2.1.1",
"pretty-bytes-cli": "^2.0.0",
"reify": "^0.8.3",
"rimraf": "^2.5.2",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
Expand Down

0 comments on commit b80768f

Please sign in to comment.