We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e101840 commit 0448254Copy full SHA for 0448254
integration/test/helper.js
@@ -5,7 +5,6 @@ const CustomAuth = require('./CustomAuth');
5
const sleep = require('./sleep');
6
const { TestUtils } = require('parse-server');
7
const Parse = require('../../node');
8
-const setGlobalVars = require('indexeddbshim');
9
10
const port = 1337;
11
const mountPath = '/parse';
@@ -115,8 +114,6 @@ global.Container = Parse.Object.extend('Container');
115
114
global.TestPoint = Parse.Object.extend('TestPoint');
116
global.TestObject = Parse.Object.extend('TestObject');
117
global.reconfigureServer = reconfigureServer;
118
-global.window = global; // Used for indexedDB shim
119
-setGlobalVars();
120
121
beforeAll(async () => {
122
await reconfigureServer();
0 commit comments