flush-promises
Version:
Flush promises in tests
29 lines (28 loc) • 588 B
JSON
{
"name": "flush-promises",
"version": "1.0.2",
"description": "Flush promises in tests",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": "https://github.com/kentor/flush-promises",
"keywords": [
"async",
"await",
"flush",
"promise",
"promises",
"testing"
],
"author": "Kenneth Chung",
"license": "MIT",
"bugs": {
"url": "https://github.com/kentor/flush-promises/issues"
},
"homepage": "https://github.com/kentor/flush-promises",
"devDependencies": {
"async-to-gen": "^1.3.3",
"jest": "^20.0.1"
}
}