不要怂,就是干,撸起袖子干!

Commit e7d5f0ac by Sushant

test: fix sscce support

1 parent e4510eae
Showing with 4 additions and 2 deletions
......@@ -38,10 +38,12 @@ process.on('unhandledRejection', e => {
throw e;
});
afterEach(() => {
if (global.afterEach) {
afterEach(() => {
onNextUnhandledRejection = null;
unhandledRejections = null;
});
});
}
const Support = {
Sequelize,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!