diff options
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-rw-r--r-- | packages/integrations/markdoc/package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 7c4fc4713..7af2e1b15 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -59,8 +59,7 @@ "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"", - "test": "mocha --exit --timeout 20000", - "test:match": "mocha --timeout 20000 -g" + "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { "@astrojs/internal-helpers": "workspace:*", @@ -78,16 +77,12 @@ }, "devDependencies": { "@astrojs/markdown-remark": "workspace:*", - "@types/chai": "^4.3.10", "@types/html-escaper": "^3.0.2", "@types/markdown-it": "^13.0.6", - "@types/mocha": "^10.0.4", "astro": "workspace:*", "astro-scripts": "workspace:*", - "chai": "^4.3.7", "devalue": "^4.3.2", "linkedom": "^0.16.4", - "mocha": "^10.2.0", "vite": "^5.0.12" }, "engines": { |