File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ test-coverage: node_modules ## Runs unit tests with coverage
4040.PHONY : test-coverage
4141
4242test-qa : build-browser # # Runs all QA tests in a single command
43- $(yarn_run ) test --runTestsByPath qa/__tests__/* .test.ts --testPathIgnorePatterns qa/__tests__/destinations.test.ts --reporters=" default" --reporters=" <rootDir>/qa/lib/jest-reporter.js" ${args}
43+ COVERAGE=false $(yarn_run ) test --runTestsByPath qa/__tests__/* .test.ts --testPathIgnorePatterns qa/__tests__/destinations.test.ts --reporters=" default" --reporters=" <rootDir>/qa/lib/jest-reporter.js" ${args}
4444.PHONY : test-coverage
4545
4646test-qa-destinations : build-browser # # Runs Destination QA tests. options. DESTINATION=amplitude DEBUG=true
47- $(yarn_run ) test --forceExit --runTestsByPath qa/__tests__/destinations.test.ts --reporters=" default" --reporters=" <rootDir>/qa/lib/jest-reporter.js" ${args}
47+ COVERAGE=false $(yarn_run ) test --forceExit --runTestsByPath qa/__tests__/destinations.test.ts --reporters=" default" --reporters=" <rootDir>/qa/lib/jest-reporter.js" ${args}
4848.PHONY : test-coverage
4949
5050test-integration : build # # Runs all integration tests in a single command
51- $(yarn_run ) test --forceExit --runTestsByPath e2e-tests/** /* .test.ts ${args}
51+ COVERAGE=false $(yarn_run ) test --forceExit --runTestsByPath e2e-tests/** /* .test.ts ${args}
5252.PHONY : test-coverage
5353
5454test-perf : build # # Runs all integration tests in a single command
You can’t perform that action at this time.
0 commit comments