File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
"lint" : " repo-tools lint" ,
16
16
"pretest" : " npm run lint" ,
17
17
"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"
20
20
},
21
21
"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 " ,
24
24
"safe-buffer" : " 5.1.1"
25
25
},
26
26
"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" ,
29
29
"@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 " ,
33
33
"supertest" : " ^3.0.0" ,
34
34
"uuid" : " ^3.1.0"
35
35
},
Original file line number Diff line number Diff line change 53
53
"update-dependencies" : " ./scripts/update-dependencies.sh"
54
54
},
55
55
"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 "
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments