Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Tests on CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 committed Mar 6, 2024
1 parent 22d22e6 commit 500a01c
Show file tree
Hide file tree
Showing 8 changed files with 575 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- name: Install dependencies
run: npm install

- name: Run Test Script
run: npm run test

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
Expand Down
195 changes: 195 additions & 0 deletions out/extension.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/extension.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

117 changes: 110 additions & 7 deletions out/test/extension.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 500a01c

Please sign in to comment.