Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(testabilityPatch): reset cache after memory leak detection #13013

Merged

Commits on Oct 6, 2015

  1. 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 angular#13013
    petebacondarwin committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    fd83d37 View commit details
    Browse the repository at this point in the history