Skip to content

Commit 579a25a

Browse files
authored
Update steps.json
1 parent 3198cd9 commit 579a25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/snap-tests/command-dev-with-port

packages/cli/snap-tests/command-dev-with-port/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"VITE_DISABLE_AUTO_INSTALL": "1"
44
},
55
"commands": [
6-
"vite dev --port 12312312312 2>&1 | grep RangeError # dev server with wrong port throw error"
6+
"vite dev --port 12312312312 2>&1 | grep RangeError # intentionally use an invalid port (exceeds 0-65535) to trigger RangeError"
77
]
88
}

0 commit comments

Comments
 (0)