Skip to content

Commit

Permalink
refactor(samples): convert sample tests from ava to mocha (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshqlogic authored and JustinBeckwith committed Nov 23, 2018
1 parent 289bca6 commit 517d062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=8"
},
"scripts": {
"test": "ava -T 5m --verbose system-test/*.test.js"
"test": "mocha system-test/*.test.js --timeout=600000"
},
"dependencies": {
"@google-cloud/dlp": "^0.9.0",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "^0.25.0",
"mocha": "^5.2.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"uuid": "^3.3.2"
Expand Down

0 comments on commit 517d062

Please sign in to comment.