File tree Expand file tree Collapse file tree
functions/billing/stop_billing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "node" : " >=20.0.0"
99 },
1010 "scripts" : {
11- "compute-test" : " c8 mocha -p -j 2 test/periodic.test.js --timeout=600000" ,
12- "test" : " c8 mocha -p -j 2 test/index.test.js --timeout=5000 --exit"
11+ "test" : " c8 mocha -p -j 2 test/stop-billing.test.js --timeout=5000 --exit"
1312 },
14- "author" : " Ace Nassri <anassri @google.com>" ,
13+ "author" : " Emmanuel Parada <paradalicea @google.com>" ,
1514 "license" : " Apache-2.0" ,
1615 "dependencies" : {
1716 "@google-cloud/billing" : " ^4.0.0" ,
1817 "@google-cloud/functions-framework" : " ^3.0.0" ,
18+ "cloudevents" : " ^9.0.0" ,
1919 "gcp-metadata" : " ^6.0.0"
2020 },
2121 "devDependencies" : {
2222 "c8" : " ^10.0.0" ,
23+ "chai" : " ^5.2.1" ,
2324 "gaxios" : " ^6.0.0" ,
2425 "mocha" : " ^10.0.0" ,
2526 "promise-retry" : " ^2.0.0" ,
2627 "proxyquire" : " ^2.1.0" ,
2728 "sinon" : " ^18.0.0" ,
29+ "supertest" : " ^7.1.3" ,
2830 "wait-port" : " ^1.0.4"
2931 }
3032}
You can’t perform that action at this time.
0 commit comments