Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit e97b447

Browse files
committed
🙈 Exclude files generated for linting from Jest
1 parent 7aec80c commit e97b447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
preset: 'ts-jest/presets/js-with-babel',
3+
testPathIgnorePatterns: ['RbGen*'],
34
collectCoverageFrom: [
45
'app/**/*.{js,jsx,ts,tsx}',
56
'!app/**/*.test.{js,jsx,ts,tsx}',

0 commit comments

Comments
 (0)