Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ src/configurationType.ts
src/configurationTypeCache.jsonc
playground.ts
test.ts
integration/fixtures
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
"vitest.include": [
"typescript/test/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"
],
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
11 changes: 2 additions & 9 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ 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. 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.

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`.

#### Integration Tests

They are in `integration`. This type of tests launches VSCode. For now I don't recommend either running or adding new tests here, use unit tests.
> Note that while running this script, you must also keep `pnpm start` running in the background. However, changing a file in `src/`, won't relaunch integration tests. If this is your case, you should edit the script.
To launch them run `pnpm test-plugin`.
8 changes: 0 additions & 8 deletions integration/fixtures/test-project/jsconfig.json

This file was deleted.

7 changes: 0 additions & 7 deletions integration/fixtures/test-project/src/completions.ts

This file was deleted.

23 changes: 0 additions & 23 deletions integration/fixtures/test-project/src/index.tsx

This file was deleted.

43 changes: 0 additions & 43 deletions integration/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions integration/prerun.mjs

This file was deleted.

19 changes: 0 additions & 19 deletions integration/runTests.ts

This file was deleted.

176 changes: 0 additions & 176 deletions integration/suite/outline.test.ts

This file was deleted.

51 changes: 0 additions & 51 deletions integration/suite/utils.ts

This file was deleted.

Loading
Loading