We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad36791 commit 751a635Copy full SHA for 751a635
.vscode/vitest.code-snippets
@@ -18,7 +18,7 @@
18
},
19
"New test case": {
20
"scope": "javascript,typescript",
21
- "prefix": "it",
+ "prefix": "vit",
22
"body": [
23
"it('$1', ${2:async }() => {",
24
" $0",
0 commit comments