UNPKG
flush-promises
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Flush promises in tests
github.com/kentor/flush-promises
kentor/flush-promises
flush-promises
/
jest.config.js
6 lines
(5 loc)
•
72 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { transform: {
'\\.js$'
:
'async-to-gen'
, }, };