We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b577be commit a623c12Copy full SHA for a623c12
2 files changed
jest.config.js
@@ -16,13 +16,6 @@ export default {
16
],
17
// ignore console warnings in TEST_STANDALONE
18
silent: TEST_STANDALONE,
19
- testPathIgnorePatterns: TEST_STANDALONE
20
- ? [
21
- // Standalone mode doesn't have default options.
22
- // This has been reported https://github.com/prettier/prettier/issues/11107
23
- 'tests/format/RespectDefaultOptions'
24
- ]
25
- : [],
26
testMatch,
27
watchPlugins: [
28
'jest-watch-typeahead/filename',
tests/config/get-plugins.js
@@ -22,6 +22,7 @@ function getPluginsInternal() {
process.env.TEST_STANDALONE
? [
import("prettier/plugins/babel"),
+ import("prettier/plugins/estree"),
import("prettier/plugins/markdown"),
import(path.join(__dirname, "../../dist/standalone.js")),
]
0 commit comments