Skip to content

Commit 05978c4

Browse files
committed
test: rename test file and its task
1 parent ecebcc5 commit 05978c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run headless tests - specific version
2323
uses: coactions/setup-xvfb@v1
2424
with:
25-
run: npm run test:specificVersion
25+
run: npm run test:minSupportVersion
2626
- name: Run headless tests - latest version
2727
uses: coactions/setup-xvfb@v1
2828
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
"watch": "tsc -watch -p ./",
118118
"pretest": "npm run compile",
119119
"lint": "eslint . ./src/**/*.ts",
120-
"test:specificVersion": " node ./out/test/runSpecificVersionTest.js",
120+
"test:minSupportVersion": " node ./out/test/runMinSupportVersionTest.js",
121121
"test:latest": " node ./out/test/runLatestTest.js",
122-
"test": "npm run test:specificVersion && npm run test:latest",
122+
"test": "npm run test:minSupportVersion && npm run test:latest",
123123
"package": "vsce package ./node_modules/.bin/vsce package"
124124
},
125125
"devDependencies": {

0 commit comments

Comments
 (0)