style(service-worker): fix code formatting in `service-worker-getting-started` example (#28020)
PR Close #28020
This commit is contained in:
parent
12f509c218
commit
89a39bb22a
|
@ -34,6 +34,7 @@ describe('sw-example App', () => {
|
||||||
expect(items[3].getText()).toBe('Angular blog');
|
expect(items[3].getText()).toBe('Angular blog');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Check for a rejected promise as the service worker is not enabled
|
// Check for a rejected promise as the service worker is not enabled
|
||||||
it('SwUpdate.checkForUpdate() should return a rejected promise', () => {
|
it('SwUpdate.checkForUpdate() should return a rejected promise', () => {
|
||||||
const button = element(by.css('button'));
|
const button = element(by.css('button'));
|
||||||
|
|
Loading…
Reference in New Issue