diff --git a/.wallaby.js b/.wallaby.js index ccd8c4f19..f3fdc9465 100644 --- a/.wallaby.js +++ b/.wallaby.js @@ -14,6 +14,7 @@ module.exports = () => { {pattern: './test/unit/mocks.ts', instrument: false}, 'package.json', '!./src/cli.ts', + {pattern: './data/*.json', instrument: false}, ], testFramework: 'mocha', tests: ['./test/unit/**/*.spec.ts'],