Skip to content

Commit

Permalink
specify test-data path
Browse files Browse the repository at this point in the history
  • Loading branch information
tzAcee committed Mar 18, 2024
1 parent ef9db2b commit c9f7fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ out
node_modules
.vscode-test/
*.vsix
package-lock.json
package-lock.json
test-data
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
**/*.ts
test-data/**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile",
"test": "extest setup-and-run out/test/ui-test/*.test.js"
"test": "extest setup-and-run out/test/ui-test/*.test.js -s ./test-data"
},
"devDependencies": {
"@types/glob": "^7.1.1",
Expand Down

0 comments on commit c9f7fa9

Please sign in to comment.