Skip to content

Commit

Permalink
Drop LRU cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 9, 2020
1 parent 107155e commit a54fe34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ import QuickLRU from "quick-lru";

import diff from "jest-diff";

const cachedScripts = new QuickLRU({ maxSize: 512 });
const cachedScripts = new QuickLRU({ maxSize: 10 });
const contextModuleCache = new WeakMap();
const sharedTestContext = createContext();

Expand Down

0 comments on commit a54fe34

Please sign in to comment.