Skip to content

Commit 9048898

Browse files
committed
fix test:linux headless check command
1 parent 2cb3655 commit 9048898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"pretest": "npm run clean && npm run compile",
128128
"lint": "eslint --cache=true --ext ts,tsx .",
129129
"test": "run-script-os",
130-
"test:linux": "which xvfb >/dev/null 2>&1 && xvfb-run --auto-servernum node ./out/test/runTest.js || npm run test:default",
130+
"test:linux": "which xvfb-run >/dev/null 2>&1 && xvfb-run --auto-servernum node ./out/test/runTest.js || npm run test:default",
131131
"test:default": "node ./out/test/runTest.js",
132132
"prepackage": "npm run clean && npm run compile",
133133
"package": "vsce package",

0 commit comments

Comments
 (0)