refactor: move test utils to package (#3206)

This commit is contained in:
Alex Yang
2023-07-13 17:05:01 +08:00
committed by GitHub
parent 4f5ed30298
commit 0230cea16e
61 changed files with 199 additions and 551 deletions
+6 -8
View File
@@ -120,12 +120,7 @@
{
"path": "./plugins/copilot"
},
// Tests
{
"path": "./tests"
},
// Packages
{
"path": "./packages/component"
},
@@ -144,9 +139,9 @@
{
"path": "./packages/y-indexeddb"
},
// Tests
{
"path": "./tests/fixtures"
"path": "./tests/unit"
},
{
"path": "./tests/kit"
@@ -154,6 +149,9 @@
{
"path": "./tsconfig.node.json"
},
{
"path": "./tests/affine-local"
},
{
"path": "./tests/affine-legacy/0.7.0-canary.18"
}