Skip to content

Commit 7c116bb

Browse files
committedDec 25, 2020
test: remove transform ignore from config
1 parent 9b1d1e7 commit 7c116bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
testEnvironment: "node",
33
testRunner: "jest-circus/runner",
44
transform: { "^.+\\.tsx?$": "ts-jest" },
5-
transformIgnorePatterns: ["<rootDir>/src/.+\\.vue$"],
65
globals: { "ts-jest": { tsconfig: { target: "es6" } } },
76
testMatch: ["<rootDir>/__tests__/*.(spec|test).[jt]s?(x)"],
87
setupFilesAfterEnv: ["<rootDir>/__tests__/setup.ts"],

0 commit comments

Comments
 (0)