3.3.2 • Published 2 years ago
@littlethings/test v3.3.2
@littlethings/test
A barebones zeroconf testing library
Installation
$ npm install @littlethings/testUsage
$ npx littletestBy default, it will run any js/jsx/mjs/ts/tsx file with a name like something.spec.js or something.test.js.
To instead run a specific list of files, pass them as command-line arguments:
$ npx littletest my-test.js ./somewhere/my-other-test.ts ./something/a-third-test.jsxFor more info, run npx littletest --help.