Commit 3cab5c4
Fix test to expect defer: true for default loading strategy
The default loading strategy was changed to :defer (from :async) to prevent
race conditions. The test was incorrectly still expecting async behavior
when async is supported.
Now correctly expects { defer: true } for the default behavior, which
matches the configuration change in commit 4faf810.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4faf810 commit 3cab5c4
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
| |||
0 commit comments