diff --git a/packages/mermaid-example-diagram/package.json b/packages/mermaid-example-diagram/package.json index fa3c570b69..8898a66f65 100644 --- a/packages/mermaid-example-diagram/package.json +++ b/packages/mermaid-example-diagram/package.json @@ -29,10 +29,6 @@ "lint": "eslint --cache --ignore-path .gitignore . && yarn lint:jison && prettier --check .", "lint:fix": "eslint --fix --ignore-path .gitignore . && prettier --write .", "lint:jison": "ts-node-esm src/jison/lint.mts", - "ci": "vitest run", - "test": "yarn lint && vitest run", - "test:watch": "vitest --coverage --watch", - "todo-prepublishOnly": "yarn build && yarn test", "todo-prepare": "concurrently \"husky install ../../.husky\" \"yarn build\"", "todo-pre-commit": "lint-staged" }, diff --git a/packages/mermaid-mindmap/package.json b/packages/mermaid-mindmap/package.json index 8599f2b54d..befe56016c 100644 --- a/packages/mermaid-mindmap/package.json +++ b/packages/mermaid-mindmap/package.json @@ -29,10 +29,6 @@ "lint": "eslint --cache --ignore-path .gitignore . && yarn lint:jison && prettier --check .", "lint:fix": "eslint --fix --ignore-path .gitignore . && prettier --write .", "lint:jison": "ts-node-esm src/jison/lint.mts", - "ci": "vitest run", - "test": "yarn lint && vitest run", - "test:watch": "vitest --coverage --watch", - "todo-prepublishOnly": "yarn build && yarn test", "todo-prepare": "concurrently \"husky install ../../.husky\" \"yarn build\"", "todo-pre-commit": "lint-staged" }, diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index 0c42dc3b9c..6ce4f8109b 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -41,10 +41,6 @@ "cypress": "cypress run", "cypress:open": "cypress open", "e2e": "start-server-and-test dev http://localhost:9000/ cypress", - "ci": "vitest run", - "test": "yarn lint && vitest run", - "test:watch": "vitest --coverage --watch", - "prepublishOnly": "yarn build && yarn test", "todo-prepare": "concurrently \"husky install\" \"yarn build\"", "pre-commit": "lint-staged" }, @@ -92,8 +88,6 @@ "@types/stylis": "^4.0.2", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", - "@vitest/coverage-c8": "^0.23.2", - "@vitest/ui": "^0.23.2", "concurrently": "^7.4.0", "coveralls": "^3.1.1", "cypress": "^10.0.0", @@ -125,8 +119,7 @@ "start-server-and-test": "^1.12.6", "ts-node": "^10.9.1", "typescript": "^4.8.3", - "unist-util-flatmap": "^1.0.0", - "vitest": "^0.23.1" + "unist-util-flatmap": "^1.0.0" }, "resolutions": { "d3": "^7.0.0" diff --git a/packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts b/packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts index 28b64d4f55..09df96f12f 100644 --- a/packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts +++ b/packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts @@ -1,7 +1,6 @@ // @ts-nocheck TODO: Fix TS import moment from 'moment-mini'; import ganttDb from './ganttDb'; -import { it, describe } from 'vitest'; import { convert } from '../../tests/util'; describe('when using the ganttDb', function () { diff --git a/packages/mermaid/src/mermaid.spec.ts b/packages/mermaid/src/mermaid.spec.ts index df6439c825..8cf180ae79 100644 --- a/packages/mermaid/src/mermaid.spec.ts +++ b/packages/mermaid/src/mermaid.spec.ts @@ -1,7 +1,6 @@ import mermaid from './mermaid'; import { mermaidAPI } from './mermaidAPI'; import './diagram-api/diagram-orchestration'; -import { vi, describe, it, beforeEach, afterEach, expect } from 'vitest'; const spyOn = vi.spyOn; vi.mock('./mermaidAPI'); diff --git a/packages/mermaid/src/utils.spec.js b/packages/mermaid/src/utils.spec.js index f1523aca5f..4a511b3c04 100644 --- a/packages/mermaid/src/utils.spec.js +++ b/packages/mermaid/src/utils.spec.js @@ -1,4 +1,4 @@ -import { vi, describe, it, expect, beforeEach } from 'vitest'; +import { vi } from 'vitest'; import utils from './utils'; import assignWithDepth from './assignWithDepth'; import { detectType } from './diagram-api/detectType'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 477685a45c..80e619de01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -164,8 +164,6 @@ importers: '@types/stylis': ^4.0.2 '@typescript-eslint/eslint-plugin': ^5.37.0 '@typescript-eslint/parser': ^5.37.0 - '@vitest/coverage-c8': ^0.23.2 - '@vitest/ui': ^0.23.2 concurrently: ^7.4.0 coveralls: ^3.1.1 cypress: ^10.0.0 @@ -209,7 +207,6 @@ importers: ts-node: ^10.9.1 typescript: ^4.8.3 unist-util-flatmap: ^1.0.0 - vitest: ^0.23.1 dependencies: '@braintree/sanitize-url': 6.0.0 d3: 7.6.1 @@ -237,8 +234,6 @@ importers: '@types/stylis': 4.0.2 '@typescript-eslint/eslint-plugin': 5.38.0_wsb62dxj2oqwgas4kadjymcmry '@typescript-eslint/parser': 5.38.0_irgkl5vooow2ydyo6aokmferha - '@vitest/coverage-c8': 0.23.4_y2hohvmcqnhseytaw4yjcnsnkm - '@vitest/ui': 0.23.4 concurrently: 7.4.0 coveralls: 3.1.1 cypress: 10.8.0 @@ -271,7 +266,6 @@ importers: ts-node: 10.9.1_typescript@4.8.3 typescript: 4.8.3 unist-util-flatmap: 1.0.0 - vitest: 0.23.4_y2hohvmcqnhseytaw4yjcnsnkm packages/mermaid-example-diagram: specifiers: @@ -3582,24 +3576,6 @@ packages: - terser dev: true - /@vitest/coverage-c8/0.23.4_y2hohvmcqnhseytaw4yjcnsnkm: - resolution: {integrity: sha512-jmD00a5DQH9gu9K+YdvVhcMuv2CzHvU4gCnySS40Ec5hKlXtlCzRfNHl00VnhfuBeaQUmaQYe60BLT413HyDdg==} - dependencies: - c8: 7.12.0 - vitest: 0.23.4_y2hohvmcqnhseytaw4yjcnsnkm - transitivePeerDependencies: - - '@edge-runtime/vm' - - '@vitest/browser' - - '@vitest/ui' - - happy-dom - - jsdom - - less - - sass - - stylus - - supports-color - - terser - dev: true - /@vitest/ui/0.23.4: resolution: {integrity: sha512-lNZVTTrkHThGAwNQ1ah1qCNnm70r7OLB5LCUdSqboStve/1eKTrtt27QfDSSUTG8AVJQzU0eaN/j8UocH+CqfA==} dependencies: @@ -13187,49 +13163,6 @@ packages: - terser dev: true - /vitest/0.23.4_y2hohvmcqnhseytaw4yjcnsnkm: - resolution: {integrity: sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==} - engines: {node: '>=v14.16.0'} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@vitest/browser': '*' - '@vitest/ui': '*' - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/chai': 4.3.3 - '@types/chai-subset': 1.3.3 - '@types/node': 18.7.21 - '@vitest/ui': 0.23.4 - chai: 4.3.6 - debug: 4.3.4 - jsdom: 20.0.0 - local-pkg: 0.4.2 - strip-literal: 0.4.2 - tinybench: 2.1.5 - tinypool: 0.3.0 - tinyspy: 1.0.2 - vite: 3.1.3 - transitivePeerDependencies: - - less - - sass - - stylus - - supports-color - - terser - dev: true - /vm2/3.9.11: resolution: {integrity: sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg==} engines: {node: '>=6.0'}