Skip to content

Commit 7ce6b2c

Browse files
committed
Move plugin helpers up one folder
1 parent 921e2ff commit 7ce6b2c

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
@@ -78,7 +78,8 @@
7878
"<rootDir>/jest/customMatchers.js"
7979
],
8080
"testPathIgnorePatterns": [
81-
"<rootDir>/__tests__/fixtures/"
81+
"<rootDir>/__tests__/fixtures/",
82+
"<rootDir>/__tests__/util/"
8283
]
8384
},
8485
"engines": {

0 commit comments

Comments
 (0)