chore: jest.config.js

This commit is contained in:
2026-07-01 17:55:13 +08:00
parent a3b2dd1359
commit 9efd567822
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
coveragePathIgnorePatterns: ['<rootDir>/test/'],
};