UNPKG

urest-test-wrapper

Version:

Wrapper to allow unit testing of urest instances.

30 lines (29 loc) 652 B
{ "name": "urest-test-wrapper", "version": "0.0.1", "description": "Wrapper to allow unit testing of urest instances.", "main": "index.js", "scripts": { "test": "jest test" }, "repository": { "type": "git", "url": "git+https://github.com/conorturner/urest-test-wrapper.git" }, "keywords": [ "urest", "test", "wrapper", "testing", "http" ], "author": "Conor Turner", "license": "MIT", "bugs": { "url": "https://github.com/conorturner/urest-test-wrapper/issues" }, "homepage": "https://github.com/conorturner/urest-test-wrapper#readme", "devDependencies": { "urest": "^4.2.1" } }