test: re-enable some skipped tests (#29655)

* test: re-enable some skipped tests

* test: enable more tests
This commit is contained in:
David Sanders 2021-06-14 18:55:08 -07:00 committed by GitHub
parent f022ead559
commit 214fcfc46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<script>
const ipcRenderer = require('electron').ipcRenderer;
const { ipcRenderer } = require('electron');
caches.open('foo').then(
() => ipcRenderer.send('success'),
err => ipcRenderer.send('failure', err)