Skip to content

Commit 5441d0c

Browse files
committed
Alphabetize jest.config.js ignore paths
1 parent be9e302 commit 5441d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = {
2020
"<rootDir>/site/**/*.tsx",
2121
"!<rootDir>/site/**/*.stories.tsx",
2222
"!<rootDir>/site/.next/**/*.*",
23+
"!<rootDir>/site/dev.ts",
2324
"!<rootDir>/site/next-env.d.ts",
2425
"!<rootDir>/site/next.config.js",
25-
"!<rootDir>/site/dev.ts",
2626
],
2727
}

0 commit comments

Comments
 (0)