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

Commit e7d5f0ac by Sushant

test: fix sscce support

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