Skip to content

Commit

Permalink
implementation of global setup/teardown; closes #4308
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 2, 2020
1 parent f28d6fe commit ee72712
Show file tree
Hide file tree
Showing 50 changed files with 4,237 additions and 1,958 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -2,6 +2,7 @@ coverage/
mocha.js
*.fixture.js
docs/_site
docs/api
docs/_dist
docs/example
out/
Expand Down
3 changes: 2 additions & 1 deletion .wallaby.js
Expand Up @@ -48,6 +48,7 @@ module.exports = () => {
);
require('./test/setup');
},
debug: true
debug: true,
runMode: 'onsave'
};
};

0 comments on commit ee72712

Please sign in to comment.