mirror of
https://github.com/certd/certd.git
synced 2026-06-10 18:57:33 +08:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
testPathIgnorePatterns: ["<rootDir>/test/fixtures"],
|
|
coveragePathIgnorePatterns: ["<rootDir>/test/"],
|
|
};
|