Skip to content

Commit 44e45b1

Browse files
committed
remove integration testing as we have unit testing
1 parent b9ab074 commit 44e45b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
# if command with timeout already failed on unix, Windows job will be cancelled
3434
- run: pnpm test-plugin
3535
if: ${{ runner.os == 'Windows' }}
36-
- uses: GabrielBB/[email protected]
37-
with:
38-
run: pnpm integration-test
3936
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
4037
- name: Archive production artifacts
4138
uses: actions/upload-artifact@v3

CONTRIBUTING.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ To start the VS Code plugin extension locally for developing:
3131

3232
#### Unit Tests
3333

34+
> Note: currently project doesn't use integration testing so you can ignore `integration` folder
35+
3436
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.
3537

3638
To launch them run `pnpm test-plugin`.

0 commit comments

Comments
 (0)