diff --git a/blocksuite/affine/all/package.json b/blocksuite/affine/all/package.json index 7eff18a93..043275ffc 100644 --- a/blocksuite/affine/all/package.json +++ b/blocksuite/affine/all/package.json @@ -3,10 +3,7 @@ "description": "BlockSuite for Affine", "type": "module", "scripts": { - "build": "tsc --build --verbose", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc --build --verbose" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-attachment/package.json b/blocksuite/affine/blocks/block-attachment/package.json index 6877d1277..e15237824 100644 --- a/blocksuite/affine/blocks/block-attachment/package.json +++ b/blocksuite/affine/blocks/block-attachment/package.json @@ -3,10 +3,7 @@ "description": "Attachment block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-bookmark/package.json b/blocksuite/affine/blocks/block-bookmark/package.json index 347682122..d25f63cb9 100644 --- a/blocksuite/affine/blocks/block-bookmark/package.json +++ b/blocksuite/affine/blocks/block-bookmark/package.json @@ -3,10 +3,7 @@ "description": "Bookmark block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-callout/package.json b/blocksuite/affine/blocks/block-callout/package.json index 9b2f2bad6..884c3b572 100644 --- a/blocksuite/affine/blocks/block-callout/package.json +++ b/blocksuite/affine/blocks/block-callout/package.json @@ -3,10 +3,7 @@ "description": "Callout block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-code/package.json b/blocksuite/affine/blocks/block-code/package.json index ff313092a..17cef41ba 100644 --- a/blocksuite/affine/blocks/block-code/package.json +++ b/blocksuite/affine/blocks/block-code/package.json @@ -3,10 +3,7 @@ "description": "Code block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-data-view/package.json b/blocksuite/affine/blocks/block-data-view/package.json index e0d14035f..fb7128da6 100644 --- a/blocksuite/affine/blocks/block-data-view/package.json +++ b/blocksuite/affine/blocks/block-data-view/package.json @@ -3,10 +3,7 @@ "description": "Data view block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-database/package.json b/blocksuite/affine/blocks/block-database/package.json index ec9dc72e2..a6ba73fd1 100644 --- a/blocksuite/affine/blocks/block-database/package.json +++ b/blocksuite/affine/blocks/block-database/package.json @@ -3,10 +3,7 @@ "description": "Database block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-divider/package.json b/blocksuite/affine/blocks/block-divider/package.json index a3412b79a..9b46fd57a 100644 --- a/blocksuite/affine/blocks/block-divider/package.json +++ b/blocksuite/affine/blocks/block-divider/package.json @@ -3,10 +3,7 @@ "description": "Divider block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-edgeless-text/package.json b/blocksuite/affine/blocks/block-edgeless-text/package.json index ad37e7b7c..6bd3c4e19 100644 --- a/blocksuite/affine/blocks/block-edgeless-text/package.json +++ b/blocksuite/affine/blocks/block-edgeless-text/package.json @@ -3,10 +3,7 @@ "description": "Edgeless text block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-embed/package.json b/blocksuite/affine/blocks/block-embed/package.json index 04ed942aa..a0f686391 100644 --- a/blocksuite/affine/blocks/block-embed/package.json +++ b/blocksuite/affine/blocks/block-embed/package.json @@ -3,10 +3,7 @@ "description": "Embed blocks for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-frame/package.json b/blocksuite/affine/blocks/block-frame/package.json index 0a78e1cd4..c99eb8560 100644 --- a/blocksuite/affine/blocks/block-frame/package.json +++ b/blocksuite/affine/blocks/block-frame/package.json @@ -3,10 +3,7 @@ "description": "Frame block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-image/package.json b/blocksuite/affine/blocks/block-image/package.json index 41fa6a152..3cc81a59d 100644 --- a/blocksuite/affine/blocks/block-image/package.json +++ b/blocksuite/affine/blocks/block-image/package.json @@ -3,10 +3,7 @@ "description": "Image block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-latex/package.json b/blocksuite/affine/blocks/block-latex/package.json index ec43e37ee..556828500 100644 --- a/blocksuite/affine/blocks/block-latex/package.json +++ b/blocksuite/affine/blocks/block-latex/package.json @@ -3,10 +3,7 @@ "description": "Latex block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-list/package.json b/blocksuite/affine/blocks/block-list/package.json index 5e0d2e858..7bf597bfe 100644 --- a/blocksuite/affine/blocks/block-list/package.json +++ b/blocksuite/affine/blocks/block-list/package.json @@ -3,10 +3,7 @@ "description": "List block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-note/package.json b/blocksuite/affine/blocks/block-note/package.json index dc37e561c..84f05638d 100644 --- a/blocksuite/affine/blocks/block-note/package.json +++ b/blocksuite/affine/blocks/block-note/package.json @@ -3,10 +3,7 @@ "description": "Note block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-paragraph/package.json b/blocksuite/affine/blocks/block-paragraph/package.json index 2cea7699c..01e397d95 100644 --- a/blocksuite/affine/blocks/block-paragraph/package.json +++ b/blocksuite/affine/blocks/block-paragraph/package.json @@ -3,10 +3,7 @@ "description": "Paragraph block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-root/package.json b/blocksuite/affine/blocks/block-root/package.json index f6e4cc8ae..77a2c401b 100644 --- a/blocksuite/affine/blocks/block-root/package.json +++ b/blocksuite/affine/blocks/block-root/package.json @@ -3,10 +3,7 @@ "description": "Root block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-surface-ref/package.json b/blocksuite/affine/blocks/block-surface-ref/package.json index 77bd4930b..b65763a57 100644 --- a/blocksuite/affine/blocks/block-surface-ref/package.json +++ b/blocksuite/affine/blocks/block-surface-ref/package.json @@ -3,10 +3,7 @@ "description": "Surface ref block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-surface/package.json b/blocksuite/affine/blocks/block-surface/package.json index 0d77595de..be565d638 100644 --- a/blocksuite/affine/blocks/block-surface/package.json +++ b/blocksuite/affine/blocks/block-surface/package.json @@ -3,10 +3,7 @@ "description": "Surface block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/blocks/block-table/package.json b/blocksuite/affine/blocks/block-table/package.json index 6251c87c2..22c63acb6 100644 --- a/blocksuite/affine/blocks/block-table/package.json +++ b/blocksuite/affine/blocks/block-table/package.json @@ -3,10 +3,7 @@ "description": "Table block for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/components/package.json b/blocksuite/affine/components/package.json index 7af79957e..da19c78f5 100644 --- a/blocksuite/affine/components/package.json +++ b/blocksuite/affine/components/package.json @@ -3,10 +3,7 @@ "description": "Default BlockSuite editable blocks.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/data-view/package.json b/blocksuite/affine/data-view/package.json index 3440323c4..af663854a 100644 --- a/blocksuite/affine/data-view/package.json +++ b/blocksuite/affine/data-view/package.json @@ -3,10 +3,7 @@ "description": "Views of database in affine", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/fragments/fragment-doc-title/package.json b/blocksuite/affine/fragments/fragment-doc-title/package.json index 2d2cea865..124d337f4 100644 --- a/blocksuite/affine/fragments/fragment-doc-title/package.json +++ b/blocksuite/affine/fragments/fragment-doc-title/package.json @@ -3,10 +3,7 @@ "description": "Doc title fragment for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/fragments/fragment-frame-panel/package.json b/blocksuite/affine/fragments/fragment-frame-panel/package.json index 91c9f1633..50612c996 100644 --- a/blocksuite/affine/fragments/fragment-frame-panel/package.json +++ b/blocksuite/affine/fragments/fragment-frame-panel/package.json @@ -3,10 +3,7 @@ "description": "Frame panel fragment for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/fragments/fragment-outline/package.json b/blocksuite/affine/fragments/fragment-outline/package.json index 38e5a7d85..7a984ea2b 100644 --- a/blocksuite/affine/fragments/fragment-outline/package.json +++ b/blocksuite/affine/fragments/fragment-outline/package.json @@ -3,10 +3,7 @@ "description": "Outline fragment for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/gfx/text/package.json b/blocksuite/affine/gfx/text/package.json index 8b1e56053..40275e2c1 100644 --- a/blocksuite/affine/gfx/text/package.json +++ b/blocksuite/affine/gfx/text/package.json @@ -3,10 +3,7 @@ "description": "Gfx text for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/gfx/turbo-renderer/package.json b/blocksuite/affine/gfx/turbo-renderer/package.json index d2e46822c..a007486ca 100644 --- a/blocksuite/affine/gfx/turbo-renderer/package.json +++ b/blocksuite/affine/gfx/turbo-renderer/package.json @@ -3,10 +3,7 @@ "description": "Turbo renderer for viewport in BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/model/package.json b/blocksuite/affine/model/package.json index 576a2dc75..3bc222ab2 100644 --- a/blocksuite/affine/model/package.json +++ b/blocksuite/affine/model/package.json @@ -3,10 +3,7 @@ "description": "Models for BlockSuite in Affine.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/rich-text/package.json b/blocksuite/affine/rich-text/package.json index 09c7371ab..e8f92f76f 100644 --- a/blocksuite/affine/rich-text/package.json +++ b/blocksuite/affine/rich-text/package.json @@ -3,10 +3,7 @@ "description": "Inline rich text for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/shared/package.json b/blocksuite/affine/shared/package.json index 1f10e7e52..cb2610e53 100644 --- a/blocksuite/affine/shared/package.json +++ b/blocksuite/affine/shared/package.json @@ -3,10 +3,7 @@ "description": "Default BlockSuite editable blocks.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-drag-handle/package.json b/blocksuite/affine/widgets/widget-drag-handle/package.json index 9bf541aca..0d278a602 100644 --- a/blocksuite/affine/widgets/widget-drag-handle/package.json +++ b/blocksuite/affine/widgets/widget-drag-handle/package.json @@ -3,10 +3,7 @@ "description": "Drag handle for BlockSuite.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-edgeless-auto-connect/package.json b/blocksuite/affine/widgets/widget-edgeless-auto-connect/package.json index 59d9f947c..96219a9a0 100644 --- a/blocksuite/affine/widgets/widget-edgeless-auto-connect/package.json +++ b/blocksuite/affine/widgets/widget-edgeless-auto-connect/package.json @@ -3,10 +3,7 @@ "description": "Affine edgeless auto connect widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-frame-title/package.json b/blocksuite/affine/widgets/widget-frame-title/package.json index 6d9dff71a..3318cc20f 100644 --- a/blocksuite/affine/widgets/widget-frame-title/package.json +++ b/blocksuite/affine/widgets/widget-frame-title/package.json @@ -3,10 +3,7 @@ "description": "Affine frame title widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-remote-selection/package.json b/blocksuite/affine/widgets/widget-remote-selection/package.json index ec065ca72..3d56e767e 100644 --- a/blocksuite/affine/widgets/widget-remote-selection/package.json +++ b/blocksuite/affine/widgets/widget-remote-selection/package.json @@ -3,10 +3,7 @@ "description": "Affine remote selection widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-scroll-anchoring/package.json b/blocksuite/affine/widgets/widget-scroll-anchoring/package.json index 90c052116..b9f9a2bcb 100644 --- a/blocksuite/affine/widgets/widget-scroll-anchoring/package.json +++ b/blocksuite/affine/widgets/widget-scroll-anchoring/package.json @@ -3,10 +3,7 @@ "description": "Affine scroll anchoring widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-slash-menu/package.json b/blocksuite/affine/widgets/widget-slash-menu/package.json index b3ed15ddf..7a8f6832c 100644 --- a/blocksuite/affine/widgets/widget-slash-menu/package.json +++ b/blocksuite/affine/widgets/widget-slash-menu/package.json @@ -3,10 +3,7 @@ "description": "Affine slash menu widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/affine/widgets/widget-toolbar/package.json b/blocksuite/affine/widgets/widget-toolbar/package.json index e57c38dd2..bded77426 100644 --- a/blocksuite/affine/widgets/widget-toolbar/package.json +++ b/blocksuite/affine/widgets/widget-toolbar/package.json @@ -3,10 +3,7 @@ "description": "Affine toolbar widget.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run --passWithNoTests", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:e2e": "playwright test" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/framework/block-std/package.json b/blocksuite/framework/block-std/package.json index 4c251530d..ee958066f 100644 --- a/blocksuite/framework/block-std/package.json +++ b/blocksuite/framework/block-std/package.json @@ -3,11 +3,7 @@ "description": "Std for blocksuite blocks", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:unit:ui": "nx vite:test --ui", - "test": "yarn test:unit" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/framework/global/package.json b/blocksuite/framework/global/package.json index dd649ebc7..8fbecef8f 100644 --- a/blocksuite/framework/global/package.json +++ b/blocksuite/framework/global/package.json @@ -3,9 +3,6 @@ "types": "./index.d.ts", "type": "module", "scripts": { - "test:unit": "nx vite:test --run", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:unit:ui": "nx vite:test --ui", "build": "tsc" }, "sideEffects": false, diff --git a/blocksuite/framework/inline/package.json b/blocksuite/framework/inline/package.json index efa1d774b..120e05cd2 100644 --- a/blocksuite/framework/inline/package.json +++ b/blocksuite/framework/inline/package.json @@ -3,10 +3,7 @@ "description": "A micro editor.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:unit:ui": "nx vite:test --ui" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/framework/store/package.json b/blocksuite/framework/store/package.json index d97b06b72..2f926304d 100644 --- a/blocksuite/framework/store/package.json +++ b/blocksuite/framework/store/package.json @@ -3,11 +3,7 @@ "description": "BlockSuite data store built for general purpose state management.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run", - "test:unit:coverage": "nx vite:test --run --coverage", - "test:unit:ui": "nx vite:test --ui", - "test": "yarn test:unit" + "build": "tsc" }, "sideEffects": false, "keywords": [], diff --git a/blocksuite/framework/sync/package.json b/blocksuite/framework/sync/package.json index eeb4a1898..d2b9988a6 100644 --- a/blocksuite/framework/sync/package.json +++ b/blocksuite/framework/sync/package.json @@ -3,9 +3,7 @@ "description": "BlockSuite data synchronization engine abstraction and implementation.", "type": "module", "scripts": { - "build": "tsc", - "test:unit": "nx vite:test --run", - "test": "yarn test:unit" + "build": "tsc" }, "sideEffects": false, "keywords": [],