Skip to content

Commit

Permalink
Fixed nodejs test dependencies (yiisoft#16412)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Jun 16, 2018
1 parent 90c31d0 commit 8b7802a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b7802a

Please sign in to comment.