Skip to content

Commit

Permalink
implementation of global setup/teardown; closes #4308 (#4360)
Browse files Browse the repository at this point in the history
* implementation of global setup/teardown; closes #4308

* move deprecate() and warn() from utils into errors module

This avoids a circular dependency which arises when Mocha is bundled.

These are private APIs.
  • Loading branch information
boneskull committed Sep 8, 2020
1 parent c1db2a6 commit 12db9db
Show file tree
Hide file tree
Showing 54 changed files with 4,590 additions and 3,130 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 12db9db

Please sign in to comment.