Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 368 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 368 Bytes

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