We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3848e8 commit b1dfea9Copy full SHA for b1dfea9
packages/data-connect/package.json
@@ -35,7 +35,7 @@
35
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:emulator",
36
"test:browser:unit": "karma start --unit",
37
"test:all": "run-p --npm-path npm lint test:browser test:node",
38
- "test:browser": "karma start --single-run",
+ "test:browser": "karma start",
39
"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",
40
"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",
41
"test:emulator": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/dataconnect-test-runner.ts",
0 commit comments