detect-provider
detect-provider copied to clipboard
Test harness is outdated
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)