Skip to content

Commit

Permalink
add wallaby config
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Dec 12, 2023
1 parent 6ceeda1 commit 00024e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wallaby.conf.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = function (wallaby) {
return {
autoDetect: true,
runMode: 'onsave',
slowTestThreshold: 5000,
lowCoverageThreshold: 99,
hints: {
ignoreCoverageForFile: /ignore file coverage/,
ignoreCoverage: /ignore coverage/,
},
}
}

0 comments on commit 00024e0

Please sign in to comment.