UNPKG

flush-promises

Version:
29 lines (28 loc) 588 B
{ "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" } }