File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments