mirror of
https://github.com/certd/certd.git
synced 2026-08-03 12:05:06 +08:00
chore: format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ['<rootDir>/test/fixtures'],
|
||||
coveragePathIgnorePatterns: ['<rootDir>/test/'],
|
||||
};
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
testPathIgnorePatterns: ["<rootDir>/test/fixtures"],
|
||||
coveragePathIgnorePatterns: ["<rootDir>/test/"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user