Skip to content

Commit 0f85c41

Browse files
committed
chore: upgrade browserstack-local
1 parent a171ad5 commit 0f85c41

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bin/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ program
8989
)
9090
.option(
9191
"-v, --verbose",
92-
"Log additional information, including all test server requests."
92+
"Log additional information."
9393
)
9494
.option(
9595
"--browserstack <configs...>",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/jquery/jquery-test-runner#readme",
3535
"dependencies": {
36-
"browserstack-local": "1.5.5",
36+
"browserstack-local": "1.5.6",
3737
"chalk": "^5.4.1",
3838
"commander": "^13.0.0",
3939
"diff": "^7.0.0",

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function run( {
7676
const app = await createTestServer( {
7777
baseUrl,
7878
middleware,
79-
quiet: !verbose,
79+
quiet: true, // Quiet server logs during test runs
8080
testUrls,
8181
report: async( message ) => {
8282
switch ( message.type ) {

0 commit comments

Comments
 (0)