Skip to content

Commit 6ed8a86

Browse files
committed
Move plugin helpers up one folder
1 parent 593b2d0 commit 6ed8a86

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)