Skip to content

Commit

Permalink
rename headless test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Apr 30, 2024
1 parent 4ddbc44 commit d0d97e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"format": "npx prettier --write **/*.ts",
"test-compile": "tsc -p ./",
"test": "npm run compile-tests && xvfb-run node ./out/src/test/runTest.js",
"test-headless": "npm run compile-tests && xvfb-run node ./out/src/test/runTest.js",
"test": "npm run compile-tests && node ./out/src/test/runTest.js",
"compile": "tsc -p ./",
"package": "vsce package",
"watch": "tsc -w -p ./",
Expand Down

0 comments on commit d0d97e4

Please sign in to comment.