Skip to content

Commit f15a3b3

Browse files
alxhubhansl
authored andcommitted
fix(test): pin version of @angular/service-worker
1 parent 3f9bf1b commit f15a3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/build/service-worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function() {
1313

1414
// Can't use the `ng` helper because somewhere the environment gets
1515
// stuck to the first build done
16-
return silentNpm('install', '@angular/service-worker')
16+
return silentNpm('install', '@angular/service-worker@1.0.0-beta.16')
1717
.then(() => ng('set', 'apps.0.serviceWorker=true'))
1818
.then(() => ng('build', '--prod'))
1919
.then(() => expectFileToExist(join(process.cwd(), 'dist')))

0 commit comments

Comments
 (0)