smoltest
Version:
A JavaScript test runner. Like Mocha but smol.
19 lines (18 loc) • 384 B
JSON
{
"name": "smoltest",
"version": "1.0.5",
"description": "A JavaScript test runner. Like Mocha but smol.",
"keywords": [
"test",
"mocha",
"smol",
"no-dependencies"
],
"main": "app.js",
"bin": {
"smol": "app.js"
},
"repository": "git@github.com:mvasilkov/smol.git",
"author": "Mark Vasilkov (https://github.com/mvasilkov)",
"license": "MIT"
}