Use make-promises-safe to catch unhandled rejections in tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as chai from 'chai';
|
||||
import * as dirtyChai from 'dirty-chai';
|
||||
import 'make-promises-safe';
|
||||
import 'mocha';
|
||||
|
||||
import { utils } from '../src/utils';
|
||||
|
Reference in New Issue
Block a user