Skip to content

Commit 3cb721b

Browse files
authored
add vitest (#783)
1 parent 1dd997d commit 3cb721b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/v.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ export const resources: Resource[] = [
140140
'Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.',
141141
url: 'https://code.visualstudio.com/',
142142
},
143+
{
144+
name: 'Vitest',
145+
categories: ['Testing'],
146+
description:
147+
'A blazing fast unit test framework powered by Vite. Provides instant startup, native ESM support, TypeScript support, and first-class DX for modern web development.',
148+
url: 'https://vitest.dev/',
149+
keywords: ['unit testing', 'vite', 'vitest', 'test runner', 'javascript', 'typescript', 'esm', 'fast testing'],
150+
},
143151
{
144152
name: 'Voiden',
145153
categories: ['API Building', 'Documentation'],

0 commit comments

Comments
 (0)