使用jest替换mocha

This commit is contained in:
xief
2024-08-02 09:50:12 +08:00
parent 941e8a1d8e
commit b5d651d7ca
9 changed files with 2754 additions and 93 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"Orta.vscode-jest",
],
"unwantedRecommendations": []
}