We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
files
1 parent 7e17d6b commit 90a979eCopy full SHA for 90a979e
1 file changed
configs/jest.js
@@ -26,7 +26,7 @@ async function getJestRecommendedConfig() {
26
"**/{tests,test,__tests__}/**/*.?(c|m)[jt]s?(x)",
27
"**/?(*.)+(spec|test).[jt]s?(x)",
28
"**/test-*.[jt]s?(x)",
29
- "setupTest.{js,cjs,mjs,ts,cts,mjs}",
+ "{setupTest,setup-test}.{js,cjs,mjs,ts,cts,mjs}",
30
],
31
ignores: [
32
"**/{tests,test,__tests__}/**/{helper,helpers,__helper__,__helpers__,fixture,fixtures,__fixture__,__fixtures__}/**/*",
0 commit comments