Skip to content

Commit 7645e05

Browse files
Add tests
1 parent 9f64e64 commit 7645e05

File tree

7 files changed

+1126
-21
lines changed

7 files changed

+1126
-21
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.formatOnSave": true
3+
}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"ts-loader": "^9.5.2",
1818
"ts-node": "^10.9.2",
1919
"typescript": "^5.7.3",
20+
"vite-plugin-top-level-await": "^1.5.0",
21+
"vite-plugin-wasm": "^3.4.1",
22+
"vitest": "^3.0.5",
2023
"webpack": "^5.98.0",
2124
"webpack-cli": "^6.0.1"
2225
}

0 commit comments

Comments
 (0)