-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
To achieve consistency with our other libraries, we should
- Convert the tests in this repo from Tape to Jest (also using TypeScript instead of JavaScript)
- Add
@types/jest,jest,jest-it-up, andts-jestas dependencies (use same versions as in module template) - Update the
testpackage script to runjest && jest-it-upinstead oftape(copy from the module template) - Add a
test:watchpackage script (copy from the module template)
Reactions are currently unavailable