Skip to content

Commit e9c0ca1

Browse files
committed
style: test
1 parent 124a545 commit e9c0ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/Mcp/Tools/BrowserLogsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797

9898
test('@boostJs blade directive renders browser logger script', function () {
9999
// Ensure route exists
100-
Route::post('/_boost/browser-logs', function () {})->name('boost.browser-logs');
100+
Route::post('/_boost/browser-logs', function () {
101+
})->name('boost.browser-logs');
101102

102103
$blade = Blade::compileString('@boostJs');
103104

0 commit comments

Comments
 (0)