File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1515 "lint" : " repo-tools lint" ,
1616 "pretest" : " npm run lint" ,
1717 "e2e-test" : " export FUNCTIONS_CMD='gcloud beta functions' && sh test/updateFunctions.sh && BASE_URL=\" https://$GCF_REGION-$GCLOUD_PROJECT.cloudfunctions.net/\" ava -T 20s --verbose test/*.test.js" ,
18- "test" : " export FUNCTIONS_CMD='functions' && sh test/updateFunctions.sh && export BASE_URL=\" http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/index.test.js test/*unit*test.js test/*integration*test.js" ,
19- "system-test" : " export FUNCTIONS_CMD='functions' && sh test/updateFunctions.sh && export BASE_URL=\" http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js"
18+ "test" : " export FUNCTIONS_CMD='functions-emulator ' && sh test/updateFunctions.sh && export BASE_URL=\" http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/index.test.js test/*unit*test.js test/*integration*test.js" ,
19+ "system-test" : " export FUNCTIONS_CMD='functions-emulator ' && sh test/updateFunctions.sh && export BASE_URL=\" http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js"
2020 },
2121 "dependencies" : {
22- "@google-cloud/debug-agent" : " 2.3 .0" ,
23- "pug" : " 2.0.0-rc.4 " ,
22+ "@google-cloud/debug-agent" : " 2.4 .0" ,
23+ "pug" : " 2.0.3 " ,
2424 "safe-buffer" : " 5.1.1"
2525 },
2626 "devDependencies" : {
27- "@google-cloud/nodejs-repo-tools" : " 2.1.3 " ,
28- "@google-cloud/pubsub" : " ^0.15 .0" ,
27+ "@google-cloud/nodejs-repo-tools" : " 2.2.5 " ,
28+ "@google-cloud/pubsub" : " ^0.17 .0" ,
2929 "@google-cloud/storage" : " ^1.5.0" ,
30- "ava" : " 0.24 .0" ,
31- "proxyquire" : " 1.8.0 " ,
32- "sinon" : " 4.1.2 " ,
30+ "ava" : " 0.25 .0" ,
31+ "proxyquire" : " 2.0.1 " ,
32+ "sinon" : " 4.4.8 " ,
3333 "supertest" : " ^3.0.0" ,
3434 "uuid" : " ^3.1.0"
3535 },
Original file line number Diff line number Diff line change 5353 "update-dependencies" : " ./scripts/update-dependencies.sh"
5454 },
5555 "devDependencies" : {
56- "@google-cloud/nodejs-repo-tools" : " 1.4.17 " ,
57- "@google-cloud/storage" : " 1.2.1 " ,
58- "ava" : " 0.21 .0" ,
59- "nyc" : " 11.1 .0" ,
60- "semistandard" : " ^11 .0.0 " ,
61- "shelljs" : " 0.7.8 "
56+ "@google-cloud/nodejs-repo-tools" : " 2.2.5 " ,
57+ "@google-cloud/storage" : " 1.6.0 " ,
58+ "ava" : " 0.25 .0" ,
59+ "nyc" : " 11.6 .0" ,
60+ "semistandard" : " ^12 .0.1 " ,
61+ "shelljs" : " 0.8.1 "
6262 }
6363}
You can’t perform that action at this time.
0 commit comments