Skip to content

Commit

Permalink
build: ignore test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 6, 2021
1 parent 8717434 commit 0925a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Expand Up @@ -7,4 +7,5 @@ module.exports = {
'@babel/preset-typescript',
['@babel/preset-env', { targets: { node: 10 } }],
],
ignore: ['src/**/__tests__/fixtures/**'],
};

0 comments on commit 0925a5a

Please sign in to comment.