Skip to content

Commit 0badb22

Browse files
committed
isolate WebpackTypeScript slow test
1 parent 7b80448 commit 0badb22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ commands:
5757
- run:
5858
name: 'Run slow tests'
5959
command: |
60-
yarn test:slow --reporter=default --reporter=junit --outputFile="./reports/out/test_output.xml"
60+
yarn test:slow WebpackTypeScript.slow --reporter=default --reporter=junit --outputFile="./reports/out/test_output.xml"
6161
6262
jobs:
6363
lint-and-build:

packages/template/webpack-typescript/spec/WebpackTypeScript.slow.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ describe('WebpackTypeScriptTemplate', () => {
9191
await initLink(PACKAGE_MANAGERS['yarn'], dir);
9292

9393
return () => {
94-
console.log('erick test run plz first');
9594
process.chdir(cwd);
9695
};
9796
});

0 commit comments

Comments
 (0)