Skip to content

Commit 7fe7283

Browse files
committed
build: ignore files in __test__
1 parent 65a1a10 commit 7fe7283

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__/**'],
1011
};

0 commit comments

Comments
 (0)