Updates test script

master
Mark Moffat 2019-06-09 22:01:44 +09:30
parent 10d04c2485
commit 3a8c426279
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"start": "node app.js", "start": "node app.js",
"deploy": "gulp deploy", "deploy": "gulp deploy",
"testdata": "node lib/testdata.js", "testdata": "node lib/testdata.js",
"test": "ava test/**/*.js --verbose" "test": "ava test/test.js --verbose"
}, },
"dependencies": { "dependencies": {
"ajv": "^6.10.0", "ajv": "^6.10.0",