You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

vuex-test

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-test - npm Package Compare versions

Comparing version

to
0.1.2

{
"name": "vuex-test",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vuex Testing Tools",

@@ -18,5 +18,4 @@ "main": "./dist/index.js",

"scripts": {
"test": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive",
"test:watch": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive --watch",
"cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --require babel-register --recursive",
"test": "cross-env BABEL_ENV=commonjs jest --coverage",
"test:watch": "cross-env BABEL_ENV=commonjs jest --coverage --watch",
"lint": "eslint src test",

@@ -34,6 +33,6 @@ "clean": "rimraf dist",

"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.0.5",

@@ -44,5 +43,5 @@ "eslint": "^4.8.0",

"istanbul": "^1.0.0-alpha",
"mocha": "^4.0.1",
"jest": "^21.2.1",
"rimraf": "^2.6.2"
}
}