8 lines
114 B
TypeScript
8 lines
114 B
TypeScript
|
|
export default {
|
||
|
|
rootDir: './',
|
||
|
|
testEnvironment: 'node',
|
||
|
|
transform: {
|
||
|
|
'^.+\\.(ts)$': 'ts-jest',
|
||
|
|
},
|
||
|
|
};
|