Browse Source

Fixed nodejs test dependencies (#16412)

tags/2.0.16
Alexander Makarov 6 years ago committed by GitHub
parent
commit
8b7802a981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      package.json

9
package.json

@ -9,14 +9,13 @@
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"jsdom": "^9.8.3",
"leche": "^2.1.2",
"mocha": "^3.1.2",
"mocha-jsdom": "^1.1.0",
"leche": "^2.2.3",
"mocha": "^3.5.3",
"mocha-jsdom": "^2.0.0",
"sinon": "^1.17.6"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/js/tests/*.test.js --timeout 0"
"test": "./node_modules/.bin/mocha tests/js/tests/*.test.js --timeout 0"
},
"repository": {
"type": "git",

Loading…
Cancel
Save