Skip to content

Commit 9f2a078

Browse files
committed
test: Removes @vscode/test-electron
We were not using this test infrastructure, and after #56 it should be better to accomplish these tests using something like playwright. @vscode/test-electron is really not ideal. It's heavy, and does not provide any tooling to test webviews, which we make use of. Signed-off-by: Tyler Smalley <[email protected]>
1 parent c725c5b commit 9f2a078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
key: yarn-cache
2727
- name: Install dependencies
2828
run: tool/yarn install --frozen-lockfile --prefer-offline
29+
- name: Test
30+
run: tool/yarn test
2931
- name: Lint
3032
run: tool/yarn lint
3133
- name: Typescript

0 commit comments

Comments
 (0)