tests-of-the-sierra-madre
v1.0.1
Published
The Tests of the Sierra Madre ("Tests? We ain't got no tests.")
Downloads
89
Readme
The Tests of the Sierra Madre
a program that announces to the world that your project has no tests. it looks like this:
usage
first, install it as a dev dependency:
npm i --save-dev tests-of-the-sierra-madre
then, edit your package.json
so it calls tests-of-the-sierra-madre
in its
test run-script. for example:
{
"name": "my-app",
"version": "1.0.0",
"description": "just a humble app",
"main": "index.js",
"dependencies": {
"tests-of-the-sierra-madre": "~1.0.0"
},
"scripts": {
"test": "tests-of-the-sierra-madre"
},
"author": "You, probably",
"license": "MIT"
}
license
this project uses an MIT license.