refactor(electron): fix vitest and add behavior test (#4655)

This commit is contained in:
Alex Yang
2023-10-18 22:14:30 -05:00
committed by GitHub
parent b14a6bc29e
commit 97d8660a54
35 changed files with 256 additions and 349 deletions
+3 -3
View File
@@ -28,12 +28,12 @@
{
"path": "../../common/env"
},
// Tests
{
"path": "./tsconfig.node.json"
},
{ "path": "../../../tests/kit" }
{
"path": "../../../tests/kit"
}
],
"ts-node": {
"esm": true,