diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index f482fd4f6..be61f1d14 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "private": true, "scripts": { "start": "gulp dev", - "test": "mocha --compilers js:babel-register --recursive" + "test": "mocha --require test/helper.js --compilers js:babel-register --recursive", + "watch": "mocha watch --compilers js:babel-register --recursive" }, "dependencies": { "async": "^1.5.2", @@ -21,6 +22,7 @@ "inject-css": "^0.1.1", "metamask-ui": "^1.5.0", "multiplex": "^6.7.0", + "pojo-migrator": "^2.1.0", "pumpify": "^1.3.4", "readable-stream": "^2.0.5", "through2": "^2.0.1", @@ -39,10 +41,10 @@ "gulp-util": "^3.0.7", "gulp-watch": "^4.3.5", "jsdom": "^8.1.0", + "jsdom-global": "^1.7.0", "jshint-stylish": "~0.1.5", "lodash.assign": "^4.0.6", "mocha": "^2.4.5", - "mocha-jsdom": "^1.1.0", "mocha-sinon": "^1.1.5", "sinon": "^1.17.3", "vinyl-buffer": "^1.0.0", |