Skip to content

Commit

Permalink
chore: typed jest config (#9204)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Jan 22, 2024
1 parent 1197471 commit ee7a7e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exports = {
/** @type {import('jest').Config} */
const config = {
preset: 'ts-jest/presets/default-esm',
testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/build', '<rootDir>/_site', '<rootDir>/src'],
coverageDirectory: './coverage/',
Expand All @@ -11,3 +12,5 @@ exports = {
}
}
};

module.exports = config;

0 comments on commit ee7a7e4

Please sign in to comment.