Skip to content

Commit

Permalink
Update karma/jasmine and fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
prettymuchbryce committed Jan 17, 2018
1 parent 8d07670 commit 704dca7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion karma.benchmark.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'./bin/easystar-0.3.1.js',
'./bin/easystar-0.4.1.js',
'./test/easystarbenchmark.js'
],

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"jasmine-core": "^2.5.1",
"karma": "^0.12.16",
"karma-benchmark": "^0.7.1",
"karma-benchmarkjs-reporter": "^1.0.0",
"karma-coverage": "^0.2.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"webpack": "^1.13.0"
},
"dependencies": {
"heap": "0.2.6"
"heap": "0.2.6",
"jasmine-core": "^2.8.0",
"karma": "^2.0.0",
"karma-benchmark": "^0.7.1",
"karma-benchmarkjs-reporter": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4"
}
}

0 comments on commit 704dca7

Please sign in to comment.