Skip to content

Commit 751a635

Browse files
committed
chore: snippet update
1 parent ad36791 commit 751a635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .vscode/vitest.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"New test case": {
2020
"scope": "javascript,typescript",
21-
"prefix": "it",
21+
"prefix": "vit",
2222
"body": [
2323
"it('$1', ${2:async }() => {",
2424
" $0",

0 commit comments

Comments
 (0)