We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5675a commit f3c6c39Copy full SHA for f3c6c39
core/test/devtools-tests/run-e2e-tests.sh
@@ -15,4 +15,4 @@ export LH_ROOT="$SCRIPT_DIR/../../.."
15
cd "$DEVTOOLS_PATH"
16
17
TEST_PATTERN="${1:-test/e2e/lighthouse/*}"
18
-npm run test -- "$TEST_PATTERN" --t $BUILD_FOLDER
+npm run test -- "$TEST_PATTERN" -t $BUILD_FOLDER
0 commit comments