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

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 => { ...@@ -38,10 +38,12 @@ process.on('unhandledRejection', e => {
throw e; throw e;
}); });
afterEach(() => { if (global.afterEach) {
afterEach(() => {
onNextUnhandledRejection = null; onNextUnhandledRejection = null;
unhandledRejections = 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!