Skip to content

Commit b1dfea9

Browse files
committed
Removed single run
1 parent e3848e8 commit b1dfea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:emulator",
3636
"test:browser:unit": "karma start --unit",
3737
"test:all": "run-p --npm-path npm lint test:browser test:node",
38-
"test:browser": "karma start --single-run",
38+
"test:browser": "karma start",
3939
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
4040
"test:unit": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/unit/**/*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
4141
"test:emulator": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/dataconnect-test-runner.ts",

0 commit comments

Comments
 (0)