Skip to content

Commit ad654e7

Browse files
committed
build: ignore test fixtures
1 parent 65a1a10 commit ad654e7

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)