mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: resolve crash loading file based serviceworkers (#20142)
This commit is contained in:
@@ -194,8 +194,7 @@ describe('chromium feature', () => {
|
||||
})
|
||||
})
|
||||
|
||||
// FIXME(robo/nornagon): re-enable these once service workers work
|
||||
describe.skip('navigator.serviceWorker', () => {
|
||||
describe('navigator.serviceWorker', () => {
|
||||
it('should register for file scheme', (done) => {
|
||||
w = new BrowserWindow({
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user