From 8c165de54eba53adb3990bcd3d4c3064e0fca64f Mon Sep 17 00:00:00 2001 From: Klaus Date: Sat, 14 Mar 2026 14:02:20 -0300 Subject: [PATCH] this test does no longer cause problems --- jest.config.js | 7 ------- tests/config/get-plugins.js | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) 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")), ]