Skip to content

Commit 4906423

Browse files
committed
updated test
1 parent f693b53 commit 4906423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ScriptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
expect($script->toHtml())
1515
->toContain(
1616
'window._cookieSolution = {',
17-
'<script defer src="/cookie-solution/laravel-cookie-solution.js?id='
17+
'<script type="module" src="/cookie-solution/laravel-cookie-solution.js?id='
1818
);
1919
});
2020

0 commit comments

Comments
 (0)