test: re-enable some skipped tests (#29655)
* test: re-enable some skipped tests * test: enable more tests
This commit is contained in:
parent
f022ead559
commit
214fcfc46d
3 changed files with 9 additions and 8 deletions
2
spec/fixtures/pages/cache-storage.html
vendored
2
spec/fixtures/pages/cache-storage.html
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue