File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
integration/compat-interop Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ module.exports = function (config) {
3131 } ) ;
3232
3333 config . set ( karmaConfig ) ;
34- } ;
34+ } ;
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ module.exports = function (config) {
3030 } ;
3131
3232 config . set ( karmaConfig ) ;
33- } ;
33+ } ;
Original file line number Diff line number Diff line change 3939 "test:ci" : " yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test" ,
4040 "test:skip-clone" : " karma start" ,
4141 "test:browser" : " yarn testsetup && karma start" ,
42+ "test:integration" : " karma start --integration" ,
4243 "api-report" : " api-extractor run --local --verbose" ,
4344 "typings:public" : " node ../../scripts/build/use_typings.js ./dist/vertexai-public.d.ts" ,
4445 "trusted-type-check" : " tsec -p tsconfig.json --noEmit"
You can’t perform that action at this time.
0 commit comments