Skip to content

Commit

Permalink
Remove no-longer-necessary __DEV__ initialization from memory tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jul 15, 2021
1 parent 6559807 commit 5e017f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/memory/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const {
makeVar,
} = require("@apollo/client/core");

global.__DEV__ = true;

function itAsync(message, testFn) {
const start = Date.now();
let timeout;
Expand Down

0 comments on commit 5e017f9

Please sign in to comment.