polendina
Version:
Non-UI browser testing for JavaScript libraries from the command-line
19 lines (18 loc) • 409 B
JSON
{
"name": "fixture-bare-async-failure",
"version": "1.0.0",
"description": "test fixture",
"main": "index.js",
"scripts": {
"test": "node test-1.js && node test-2.js"
},
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/polendina.git"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.3.7"
}
}