Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: 100% coverage for
tslib.ts
(error case) (#399)
- use Jest's module mocks to test the error case of `tslib.ts` when `tslib` fails to import - this took a bit of work to figure out bc, per the in-line comments, the ordering and module subpath were both _required_ - it was pretty confusing for a while until I realized what might be going wrong
- Loading branch information