diff --git a/jest.config.js b/jest.config.js index 46e7880c1..28ac8c0fc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,13 +16,6 @@ export default { ], // ignore console warnings in TEST_STANDALONE silent: TEST_STANDALONE, - testPathIgnorePatterns: TEST_STANDALONE - ? [ - // Standalone mode doesn't have default options. - // This has been reported https://github.com/prettier/prettier/issues/11107 - 'tests/format/RespectDefaultOptions' - ] - : [], testMatch, watchPlugins: [ 'jest-watch-typeahead/filename', diff --git a/tests/config/get-plugins.js b/tests/config/get-plugins.js index 466996a7f..6b65ea733 100644 --- a/tests/config/get-plugins.js +++ b/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")), ]