Skip to content

Commit 6bb6a10

Browse files
authored
Add vitest tests to Gitpod (#21449)
The vitest PR is merged, we can now add vitest to Gitpod's testing pane * #21444 We couldn't use jest in the same manner because we had to customize `NODE_OPTIONS`. Screenshot (look at all the cool stuff circled in red): ![image](https://user-images.githubusercontent.com/20454870/195728971-9a2eaa80-8d91-4e4f-899b-a068edb9ff30.png) Signed-off-by: Yarden Shoham <[email protected]>
1 parent c309807 commit 6bb6a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ vscode:
3131
- DavidAnson.vscode-markdownlint
3232
- johnsoncodehk.volar
3333
- ms-azuretools.vscode-docker
34+
- zixuanchen.vitest-explorer
3435

3536
ports:
3637
- name: Gitea

0 commit comments

Comments
 (0)