mirror of
https://github.com/lyx0/noury.li.git
synced 2024-11-13 19:49:54 +01:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
|
module.exports = {
|
||
|
testEnvironment: 'node',
|
||
|
roots: ['<rootDir>/test'],
|
||
|
testMatch: ['**/*.test.ts'],
|
||
|
transform: {
|
||
|
'^.+\\.tsx?$': 'ts-jest'
|
||
|
}
|
||
|
};
|