Skip to content

Commit a623c12

Browse files
authored
this test does no longer cause problems (#1458)
1 parent 5b577be commit a623c12

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

jest.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ export default {
1616
],
1717
// ignore console warnings in TEST_STANDALONE
1818
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-
: [],
2619
testMatch,
2720
watchPlugins: [
2821
'jest-watch-typeahead/filename',

tests/config/get-plugins.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function getPluginsInternal() {
2222
process.env.TEST_STANDALONE
2323
? [
2424
import("prettier/plugins/babel"),
25+
import("prettier/plugins/estree"),
2526
import("prettier/plugins/markdown"),
2627
import(path.join(__dirname, "../../dist/standalone.js")),
2728
]

0 commit comments

Comments
 (0)