Skip to content

Commit 2b944c5

Browse files
committed
Skip tests ending in .test.skip.js
1 parent 5398d57 commit 2b944c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"testPathIgnorePatterns": [
101101
"/node_modules/",
102102
"/integrations/",
103-
"/standalone-cli/"
103+
"/standalone-cli/",
104+
"\\.test\\.skip\\.js$"
104105
],
105106
"transform": {
106107
"\\.js$": "@swc/jest"
File renamed without changes.

0 commit comments

Comments
 (0)