Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(test): add code coverage configuration
- gitignore coverage/ directory - ignore asyncLocalStorage for now - internally we only use getItem and setItem -- the other methods are defined for strictly for type purposes - maybe keep the file in coverage but ignore the unused methods? - (deps): update tsdx to support custom jest configs
- Loading branch information