diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2022-10-14 18:22:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 11:22:57 -0400 |
commit | 6bb6a108e0c03b323402b452fc05c6845f7d00df (patch) | |
tree | dcd9f590646dae2656ad2ae8f4b1768867483f9e /.gitpod.yml | |
parent | c3098076b5264f080fc727d73bfd538916ac02b3 (diff) | |
download | gitea-6bb6a108e0c03b323402b452fc05c6845f7d00df.tar.gz gitea-6bb6a108e0c03b323402b452fc05c6845f7d00df.zip |
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 <hrsi88@gmail.com>
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 55a12cc9e4..e3b79c0c54 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -31,6 +31,7 @@ vscode: - DavidAnson.vscode-markdownlint - johnsoncodehk.volar - ms-azuretools.vscode-docker + - zixuanchen.vitest-explorer ports: - name: Gitea |