Skip to content

Commit 6aad631

Browse files
committed
Fix project detection in root Jest config
Prior to this, empty directories in `packages` would have hindered Jest from transforming some files, resulting in "unexpected token" errors
1 parent c671ad7 commit 6aad631

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
@@ -41,7 +41,7 @@
4141
},
4242
"jest": {
4343
"projects": [
44-
"<rootDir>/packages/*"
44+
"<rootDir>/packages/*/jest.config.cjs"
4545
]
4646
}
4747
}

0 commit comments

Comments
 (0)