Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tests

Tests are run using tape.

Linting is performed using standard

Running tests

git clone {this repo}
cd {this repo}
npm install
npm test

npm test runs both the linter and the tests.

Just run the linter

npm run lint

Only run the tests

npm run test:no-lint