UNPKG

tick-it

Version:

Function used for waiting promise completion. Main purpose is testing.

31 lines (30 loc) 687 B
{ "name": "tick-it", "version": "1.0.0", "description": "Function used for waiting promise completion. Main purpose is testing.", "main": "index.js", "scripts": { "build": "tsc && cp README.md package.json dist" }, "repository": { "type": "git", "url": "git+https://github.com/mgechev/tick-it.git" }, "keywords": [ "tick", "async", "tests", "promise", "micro-task", "task" ], "author": "Minko Gechev <mgechev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mgechev/tick-it/issues" }, "homepage": "https://github.com/mgechev/tick-it#readme", "devDependencies": { "typescript": "^2.6.1" } }