Remove async from describe blocks and add missing await in tests (#4942)
Co-authored-by: ernestognw <ernestognw@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
3
hardhat/async-test-sanity.js
Normal file
3
hardhat/async-test-sanity.js
Normal file
@ -0,0 +1,3 @@
|
||||
process.on('unhandledRejection', reason => {
|
||||
throw new Error(reason);
|
||||
});
|
||||
Reference in New Issue
Block a user