Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit e7d5f0ac
authored
Apr 25, 2020
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix sscce support
1 parent
e4510eae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
package-lock.json
test/support.js
package-lock.json
View file @
e7d5f0a
This diff is collapsed.
Click to expand it.
test/support.js
View file @
e7d5f0a
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment