File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1313 "test" : " c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js"
1414 },
1515 "dependencies" : {
16+ "@google-cloud/storage" : " ^7.17.3" ,
1617 "@google/genai" : " 1.20.0" ,
1718 "axios" : " ^1.6.2" ,
19+ "date-fns" : " ^4.1.0" ,
1820 "google-auth-library" : " ^10.3.0" ,
1921 "luxon" : " ^3.7.1" ,
20- "proxyquire" : " ^2.1.3" ,
2122 "node-fetch" : " ^3.3.2" ,
2223 "openai" : " ^5.19.1" ,
24+ "proxyquire" : " ^2.1.3" ,
2325 "supertest" : " ^7.0.0"
2426 },
2527 "devDependencies" : {
Original file line number Diff line number Diff line change 1515const { Storage} = require ( '@google-cloud/storage' ) ;
1616const { format} = require ( 'date-fns' ) ;
1717
18- // local
19- const gcsOutputBucket =
20- 'example-cloud-bucket-5439474/nodejs-docs-samples-tests' ;
21-
22- //uncomment
23- // const gcsOutputBucket = "nodejs-docs-samples-tests";
18+ const gcsOutputBucket = 'nodejs-docs-samples-tests' ;
2419
2520module . exports . createOutputGcsUri = async function ( ) {
2621 const prefix = `text_output/${ format ( new Date ( ) , 'yyyy-MM-dd-HH-mm-ss' ) } ` ;
You can’t perform that action at this time.
0 commit comments