Skip to content

Commit 0448254

Browse files
committed
Revert "Add indexeddb polyfil"
This reverts commit e101840.
1 parent e101840 commit 0448254

File tree

3 files changed

+2
-336
lines changed

3 files changed

+2
-336
lines changed

integration/test/helper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const CustomAuth = require('./CustomAuth');
55
const sleep = require('./sleep');
66
const { TestUtils } = require('parse-server');
77
const Parse = require('../../node');
8-
const setGlobalVars = require('indexeddbshim');
98

109
const port = 1337;
1110
const mountPath = '/parse';
@@ -115,8 +114,6 @@ global.Container = Parse.Object.extend('Container');
115114
global.TestPoint = Parse.Object.extend('TestPoint');
116115
global.TestObject = Parse.Object.extend('TestObject');
117116
global.reconfigureServer = reconfigureServer;
118-
global.window = global; // Used for indexedDB shim
119-
setGlobalVars();
120117

121118
beforeAll(async () => {
122119
await reconfigureServer();

0 commit comments

Comments
 (0)