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.
1 parent d3a6239 commit 1ced35aCopy full SHA for 1ced35a
jest.config.mjs
@@ -14,7 +14,7 @@ export default {
14
transform: {},
15
setupFiles: ["<rootDir>/tests_config/run_spec.mjs"],
16
// Matches `.js` file to prevent files use `.js` extension by mistake, https://github.com/prettier/plugin-php/pull/2247#discussion_r1331847801
17
- testRegex: "jsfmt\\.spec\\.m?js$|__tests__/.*\\.m?js$",
+ testRegex: ".*\\.spec\\.m?js$",
18
snapshotSerializers: ["jest-snapshot-serializer-raw"],
19
globals: {
20
STANDALONE: RUN_STANDALONE_TESTS,
0 commit comments