From c9b98adca4b2689e7db5a6f1a25a5211acc64f34 Mon Sep 17 00:00:00 2001 From: Mario Vormstein Date: Fri, 9 Dec 2022 11:30:24 +0100 Subject: [PATCH] fix(jest): fix path to stub.css --- packages/unit-jest/jest-preset.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unit-jest/jest-preset.mjs b/packages/unit-jest/jest-preset.mjs index 7535717d..d67d2dee 100644 --- a/packages/unit-jest/jest-preset.mjs +++ b/packages/unit-jest/jest-preset.mjs @@ -45,7 +45,7 @@ export const config = { // Quasar CJS export is SSR-only, so we need to use ESM build and transpile it with Babel '^quasar$': 'quasar/dist/quasar.esm.prod.js', '^~/(.*)$': '/$1', - '.*css$': '@quasar/quasar-app-extension-testing-unit-jest/stub.css', + '.*css$': '@quasar/quasar-app-extension-testing-unit-jest/src/helpers/stub.css', ...aliases, }, transform: {