Skip to content

Commit

Permalink
chore: add version datafiles to wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 10, 2023
1 parent b86a610 commit ac8aa91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit ac8aa91

Please sign in to comment.