mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
refactor: move test utils to package (#3206)
This commit is contained in:
+6
-8
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user