polendina
Version:
Non-UI browser testing for JavaScript libraries from the command-line
21 lines (20 loc) • 431 B
JSON
{
"name": "fixture-mocha-failure",
"version": "1.0.0",
"description": "test fixture",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha test-*.js"
},
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/polendina.git"
},
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^11.0.1"
}
}