diff --git a/package.json b/package.json index b64f621c..de17bea0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,11 @@ "build-only": "vite build", "test": "vitest", "test:run": "vitest run", + "test:watch": "vitest watch", + "test:coverage": "vitest run --coverage", + "test:report": "vitest run --reporter=junit --reporter=verbose", + "test:ui": "vitest --ui", + "test:debug": "vitest run --inspect-brk", "type-check": "vue-tsc --noEmit", "lint": "eslint --cache --fix .", "format": "prettier --cache --write --ignore-unknown .", diff --git a/src/components/ActionCard.vue b/src/components/ActionCard.vue index 104006ce..c1ce2d9f 100644 --- a/src/components/ActionCard.vue +++ b/src/components/ActionCard.vue @@ -105,13 +105,18 @@ const copy = async (content: string) => {