From 51ed4bfbd5f75d95da0b60961ab92550226ac194 Mon Sep 17 00:00:00 2001 From: "SNDST00M: M.U.N.I.N" <82655227+SNDST00M@users.noreply.github.com> Date: Sun, 10 Oct 2021 11:19:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20vue=20in=20jest.config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 50f2323..a925916 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -8,7 +8,7 @@ export default { ], transform: { '^.+\\.ts$': 'ts-jest', - '^.+\\.vue$': 'vue-jest' + '^.+\\.vue$': '@vue/vue3-jest' }, moduleNameMapper: { '^@/(.*)$': '/src/$1',