Skip to content

Commit

Permalink
Fix Laravel method assertSeeText() failing
Browse files Browse the repository at this point in the history
  • Loading branch information
silviolleite committed Apr 3, 2019
1 parent cc48f76 commit 4951f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/meta.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Initialize the service worker
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/serviceworker.js', {
scope: '.' // <--- THIS BIT IS REQUIRED
scope: '.'
}).then(function (registration) {
// Registration was successful
console.log('Laravel PWA: ServiceWorker registration successful with scope: ', registration.scope);
Expand Down

0 comments on commit 4951f0d

Please sign in to comment.