mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
test(editor): move blocksuite test to tests folder (#10917)
This commit is contained in:
@@ -632,14 +632,6 @@ export const PackageList = [
|
||||
'blocksuite/integration-test',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'blocksuite/tests-legacy',
|
||||
name: '@blocksuite/legacy-e2e',
|
||||
workspaceDependencies: [
|
||||
'blocksuite/affine/all',
|
||||
'blocksuite/integration-test',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'docs/reference',
|
||||
name: '@affine/docs',
|
||||
@@ -880,6 +872,14 @@ export const PackageList = [
|
||||
name: '@affine-test/affine-mobile',
|
||||
workspaceDependencies: ['tests/kit'],
|
||||
},
|
||||
{
|
||||
location: 'tests/blocksuite',
|
||||
name: '@affine-test/blocksuite',
|
||||
workspaceDependencies: [
|
||||
'blocksuite/affine/all',
|
||||
'blocksuite/integration-test',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'tests/kit',
|
||||
name: '@affine-test/kit',
|
||||
@@ -972,7 +972,6 @@ export type PackageName =
|
||||
| '@blocksuite/sync'
|
||||
| '@blocksuite/integration-test'
|
||||
| '@blocksuite/playground'
|
||||
| '@blocksuite/legacy-e2e'
|
||||
| '@affine/docs'
|
||||
| '@affine/server-native'
|
||||
| '@affine/server'
|
||||
@@ -1003,6 +1002,7 @@ export type PackageName =
|
||||
| '@affine-test/affine-desktop-cloud'
|
||||
| '@affine-test/affine-local'
|
||||
| '@affine-test/affine-mobile'
|
||||
| '@affine-test/blocksuite'
|
||||
| '@affine-test/kit'
|
||||
| '@types/build-config'
|
||||
| '@types/affine__env'
|
||||
|
||||
Reference in New Issue
Block a user