@tryghost/promise
Advanced tools
+3
-5
| { | ||
| "name": "@tryghost/promise", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "repository": { | ||
@@ -14,3 +14,3 @@ "type": "git", | ||
| "dev": "echo \"Implement me!\"", | ||
| "test": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter cobertura mocha './test/**/*.test.js'", | ||
| "test": "NODE_ENV=testing vitest run --coverage --config ../../vitest.config.ts", | ||
| "lint": "eslint . --ext .js --cache", | ||
@@ -27,6 +27,4 @@ "posttest": "yarn lint" | ||
| "devDependencies": { | ||
| "c8": "11.0.0", | ||
| "mocha": "11.7.5", | ||
| "sinon": "21.0.1" | ||
| "sinon": "21.0.2" | ||
| } | ||
| } |
1
-66.67%4487
-1.88%