Compare commits

...

4 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
c6cdbc6406 Update README.md 2025-12-05 20:51:10 +00:00
Sammy Hori
fe75c9bd61 Merge pull request #1688 from applowiec/add-vitest-datajson
Add Vitest to JavaScript section (data.json)
2025-12-05 20:50:59 +00:00
Jarosław Słonecki
35d6ce5695 fix(data): change Vitest technology to TypeScript 2025-08-18 13:35:53 +02:00
Jarosław Słonecki
b768e2e2d0 Add Vitest to data.json (JavaScript; good first issue) 2025-08-17 16:27:40 +02:00
2 changed files with 10 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ If you would like to be guided through how to contribute to a repository on GitH
- [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_ <br> Monorepo for all the tooling which enables ESLint to support TypeScript.
- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_ <br> A code editor redefined and optimized for building and debugging modern web and cloud applications.
- [Vite](https://github.com/vitejs/vite) _(label: good first issue)_ <br> Next generation frontend tooling. It's fast! Alternative to Create React App
- [Vitest](https://github.com/vitest-dev/vitest) _(label: good first issue)_ <br> A blazing fast unit test framework powered by Vite.
## Contribute

View File

@@ -914,6 +914,15 @@
],
"description": "Minimalistic Vue-powered static site generator"
},
{
"name": "Vitest",
"link": "https://github.com/vitest-dev/vitest",
"label": "good first issue",
"technologies": [
"TypeScript"
],
"description": "A blazing fast unit test framework powered by Vite."
},
{
"name": "appsmith",
"link": "https://github.com/appsmithorg/appsmith",