Skip to content

Commit 91264c9

Browse files
authored
refactor(ocr):ava to mocha (GoogleCloudPlatform#1175)
1 parent 3f689e2 commit 91264c9

2 files changed

Lines changed: 236 additions & 225 deletions

File tree

functions/ocr/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=8"
1313
},
1414
"scripts": {
15-
"test": "ava -T 20s --verbose test/*.test.js"
15+
"test": "mocha test/*.test.js --timeout=20000"
1616
},
1717
"dependencies": {
1818
"@google-cloud/pubsub": "0.22.2",
@@ -22,8 +22,8 @@
2222
"safe-buffer": "5.1.2"
2323
},
2424
"devDependencies": {
25-
"@google-cloud/nodejs-repo-tools": "3.2.0",
26-
"ava": "0.25.0",
25+
"@google-cloud/nodejs-repo-tools": "3.2.0",
26+
"mocha": "^5.2.0",
2727
"proxyquire": "2.1.0",
2828
"sinon": "7.2.5"
2929
},

0 commit comments

Comments
 (0)