Files
openzeppelin-contracts/hardhat/async-test-sanity.js
Franco Victorio c03952acbe 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>
2024-03-14 17:35:08 +01:00

4 lines
76 B
JavaScript

process.on('unhandledRejection', reason => {
throw new Error(reason);
});