Skip to content

Commit

Permalink
Provide test structure with first test checking a warning is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Sep 2, 2022
1 parent 08d2dc6 commit cec2abc
Show file tree
Hide file tree
Showing 10 changed files with 3,359 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm run test
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v0
with:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index",
"${workspaceRoot}/workspace for test"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
Expand Down
Loading

0 comments on commit cec2abc

Please sign in to comment.