Skip to content

Commit

Permalink
Enable nodeIntegration disabled test for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
implausible committed Dec 18, 2020
1 parent 7184c98 commit 97b3689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions test/e2e/index.test.ts
Expand Up @@ -241,11 +241,6 @@ describe('E2E Tests', () => {
});

it('Loaded via preload script with nodeIntegration disabled', async function() {
if (majorVersion < 8) {
this.skip();
return;
}

const electronPath = await downloadElectron(version, arch);
context = new TestContext(electronPath, join(__dirname, 'preload-app'));
await context.start();
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/preload-app/main.js
Expand Up @@ -4,8 +4,6 @@ const fs = require('fs');

const { app, BrowserWindow } = require('electron');

fs.rmdirSync(path.join(app.getPath('userData'), 'sentry'), { recursive: true });

require('../test-app/setup-env');

const sentryPath = path.join(__dirname, '../test-app/fixtures/sentry-basic');
Expand Down

0 comments on commit 97b3689

Please sign in to comment.