Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor/test): only ignore parts of AsyncLocalStorage
- instead of the whole file, just clear and removeItem, as those two aren't currently used internally - have to use this funky style comment-in-the-middle-of-function- declaration for now as it won't ignore the func otherwise, possibly because of how it gets transpiled down to ES5 - invalid usage of localStorage functions also isn't done internally, so ignore the catch / Promise.reject block as well
- Loading branch information