@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230204233304-6e37e29 to 0.4.0-20230205175611-17a62e3
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230204233304-6e37e29", | ||
"version": "0.4.0-20230205175611-17a62e3", | ||
"types": "./index.d.ts", | ||
@@ -39,2 +39,3 @@ "type": "module", | ||
"test:unit": "vitest --run", | ||
"test:unit:coverage": "vitest run --coverage", | ||
"test:unit:ui": "vitest --ui", | ||
@@ -41,0 +42,0 @@ "build": "tsc" |
@@ -13,3 +13,8 @@ import { fileURLToPath } from 'node:url'; | ||
testTimeout: 500, | ||
coverage: { | ||
provider: 'istanbul', // or 'c8' | ||
reporter: ['lcov'], | ||
reportsDirectory: '../../.coverage/global', | ||
}, | ||
}, | ||
}); |
242592
3000