Skip to content

Commit a9688ac

Browse files
committed
add clicktests to avoid jest to run tests
1 parent bfb5ebc commit a9688ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"<rootDir>/config/polyfills.js"
149149
],
150150
"testPathIgnorePatterns": [
151-
"<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]"
151+
"<rootDir>[/\\\\](build|docs|node_modules|scripts|clicktests)[/\\\\]"
152152
],
153153
"testEnvironment": "node",
154154
"testURL": "http://localhost",

0 commit comments

Comments
 (0)