Skip to content

Commit 4286661

Browse files
Stop Jest smoke test from flaking on babel/browserslist load (#1395)
1 parent c46ccae commit 4286661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
env:
143143
DEBUG: "testcontainers*"
144144
- name: Run Jest CommonJS runtime smoke test
145-
run: npm exec --yes --package [email protected] -- jest --testMatch "**/smoke-test.jest.js" --runInBand --no-cache
145+
run: npm exec --yes --package [email protected] -- jest --testMatch "**/smoke-test.jest.js" --runInBand --transform "{}"
146146
env:
147147
DEBUG: "testcontainers*"
148148

0 commit comments

Comments
 (0)