Skip to content

Commit 8e48c55

Browse files
committed
Remove enableCache override that's no longer correct
1 parent 0e204dd commit 8e48c55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/jest/TestFlags.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ function getTestFlags() {
8181

8282
...featureFlags,
8383
...environmentFlags,
84-
85-
// FIXME: www-classic has enableCache on, but when running the source
86-
// tests, Jest doesn't expose the API correctly. Fix then remove
87-
// this override.
88-
enableCache: __EXPERIMENTAL__,
8984
},
9085
{
9186
get(flags, flagName) {

0 commit comments

Comments
 (0)