We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1d1e7 commit 7c116bbCopy full SHA for 7c116bb
jest.config.js
@@ -2,7 +2,6 @@ module.exports = {
2
testEnvironment: "node",
3
testRunner: "jest-circus/runner",
4
transform: { "^.+\\.tsx?$": "ts-jest" },
5
- transformIgnorePatterns: ["<rootDir>/src/.+\\.vue$"],
6
globals: { "ts-jest": { tsconfig: { target: "es6" } } },
7
testMatch: ["<rootDir>/__tests__/*.(spec|test).[jt]s?(x)"],
8
setupFilesAfterEnv: ["<rootDir>/__tests__/setup.ts"],
0 commit comments