Skip to content

Commit 0925a5a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

babel.config.js

+1
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)