Skip to content

Commit

Permalink
remove integration testing as we have unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 27, 2023
1 parent 91b166a commit 4f9f436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
# if command with timeout already failed on unix, Windows job will be cancelled
- run: pnpm test-plugin
if: ${{ runner.os == 'Windows' }}
- uses: GabrielBB/[email protected]
with:
run: pnpm integration-test
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ To start the VS Code plugin extension locally for developing:

#### Unit Tests

> Note: currently project doesn't use integration testing so you can ignore `integration` folder
They are in `typescript/test` and using vitest, so they faster than integration. Feel free to add new tests here. But note that most of tests are completion tests, but I do hope to add more types tests in the future.

To launch them run `pnpm test-plugin`.
Expand Down

0 comments on commit 4f9f436

Please sign in to comment.