UNPKG

assert-snapshot

Version:
33 lines (32 loc) 649 B
{ "name": "assert-snapshot", "description": "Snapshot UI testing for tape tests", "repository": "yoshuawuyts/assert-snapshot", "version": "1.0.1", "scripts": { "deps": "dependency-check . && dependency-check . --extra --no-dev", "start": "node .", "test": "standard && npm run deps" }, "dependencies": { "assert-html": "^1.1.0" }, "devDependencies": { "dependency-check": "^2.8.0", "standard": "^10.0.2", "tape": "^4.6.3" }, "keywords": [ "tap", "snapshot", "ui", "screenshot", "generate", "tape", "test", "interface", "html", "dom" ], "license": "MIT" }