Skip to content

Commit

Permalink
chore: configure mocharc ignore/watchIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchaffer committed Feb 16, 2020
1 parent 5f9a676 commit 56e4eae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ console.warn = (msg, ...args) => {

module.exports = {
extension: 'ts',
ignore: [
'.out',
'.build',
'dist',
],
watchIgnore: [
'.out',
'.build',
'dist',
],
require: [
'tsconfig-paths/register',
resolve(__dirname, './test/ts-node.js'),
Expand Down

0 comments on commit 56e4eae

Please sign in to comment.