Skip to content

Commit 789daf0

Browse files
committed
Update dependencies.
1 parent 31de04d commit 789daf0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"url": "https://github.com/cscott/texvcjs/issues"
2222
},
2323
"dependencies": {
24-
"commander": "~2.3.0"
24+
"commander": "~2.5.0"
2525
},
2626
"devDependencies": {
2727
"jshint": "~2.5.2",
28-
"mocha": "~1.20.1",
28+
"mocha": "~2.0.1",
2929
"pegjs": "~0.8.0"
3030
},
3131
"bin": {

test/en-wiki-formulae.js

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ var known_bad = Object.create(null);
170170
var CHUNKSIZE = 1000;
171171

172172
describe('All formulae from en-wiki:', function() {
173+
this.timeout(0);
174+
173175
// read test cases
174176
var formulae =
175177
fs.readFileSync(path.join(__dirname, 'en-wiki-formulae.txt'), 'utf8').

0 commit comments

Comments
 (0)