Skip to content

Commit 7714d4d

Browse files
committed
ignoring projects since server.test.tsx replaces it
1 parent dd36cfb commit 7714d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@
257257
"modulePathIgnorePatterns": [
258258
"__tests__/playwright",
259259
"__tests__/spec.ts",
260-
"__tests__/userAuth.test.ts"
260+
"__tests__/userAuth.test.ts",
261+
"__tests__/projects.test.ts"
261262
],
262263
"transform": {
263264
"\\.(ts|tsx)$": "ts-jest",

0 commit comments

Comments
 (0)