release: v0.5.1 — 存储后端生产级硬化(CRC-32/全库加密/WAL分片/页面化存储/多标签页锁/e2e)+ 深度审查修复(假实现接线/死代码清理)
This commit is contained in:
@@ -8,6 +8,12 @@ module.exports = {
|
||||
'/node_modules/(?!(@rollup)/)',
|
||||
],
|
||||
moduleFileExtensions: ['ts', 'js', 'json'],
|
||||
// Playwright e2e(tests/e2e/)与共享测试工具(tests/helpers/)不属于 jest 单元测试
|
||||
testPathIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'/tests/e2e/',
|
||||
'/tests/helpers/',
|
||||
],
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.ts',
|
||||
'!src/index.ts',
|
||||
|
||||
Reference in New Issue
Block a user