forked from mirrored/github-readme-stats
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
clearMocks: true,
|
|
testMatch: ["<rootDir>/tests/e2e/**/*.test.ts"],
|
|
};
|