We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f693b53 commit 4906423Copy full SHA for 4906423
tests/ScriptTest.php
@@ -14,7 +14,7 @@
14
expect($script->toHtml())
15
->toContain(
16
'window._cookieSolution = {',
17
- '<script defer src="/cookie-solution/laravel-cookie-solution.js?id='
+ '<script type="module" src="/cookie-solution/laravel-cookie-solution.js?id='
18
);
19
});
20
0 commit comments