This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ngMock): reset cache before every test
We don't need to have values in the cache from previous tests. This was causing failures in all subsequent tests when a single test failed due to a memory leak. Now that we reset the cache each time we do not need to store the cache size at the start of each test Closes #13013
- Loading branch information
1 parent
7b2ecf4
commit 91b7cd9
Showing
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters