Skip to content

Commit ffb0db8

Browse files
committed
Fix GH workflows
1 parent 00d9891 commit ffb0db8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
transform: {
55
'\\.[jt]sx?$': 'babel-jest',
66
},
7-
testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/tests/unit/mocks/', '<rootDir>/tests/e2e/'],
7+
testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/tests/unit/mocks/', '<rootDir>/tests/e2e/', '<rootDir>/tests/types/'],
88
testMatch: ['**/tests/unit/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
99
globals: {
1010
__DEV__: true,

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"extends": "./tsconfig.json",
44
"include": ["tests/types/**/*.ts"],
55
"exclude": ["**/node_modules/**/*", "lib/**/*"]
6-
}
6+
}

0 commit comments

Comments
 (0)