6 lines
121 B
JavaScript
Executable File
6 lines
121 B
JavaScript
Executable File
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testMatch: ['<rootDir>/tests/unit/**/*.test.ts']
|
|
};
|