Skip to content

Commit 0925a5a

Browse files
committed
build: ignore test fixtures
1 parent 8717434 commit 0925a5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ module.exports = {
77
'@babel/preset-typescript',
88
['@babel/preset-env', { targets: { node: 10 } }],
99
],
10+
ignore: ['src/**/__tests__/fixtures/**'],
1011
};

0 commit comments

Comments
 (0)