mirror of
https://github.com/bendtherules/JSQuestions.git
synced 2026-08-18 13:53:51 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Jest setup file to handle unhandled rejections
|
||||
process.on('unhandledRejection', (reason, promise) => {
|
||||
// silently ignore unhandled rejections in tests
|
||||
});
|
||||
Reference in New Issue
Block a user