mirror of
https://github.com/fergalmoran/next-auth-aspnetcore-adapter.git
synced 2025-12-22 17:38:17 +00:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
transform: {
|
|
'^.+\\.ts?$': 'ts-jest',
|
|
},
|
|
transformIgnorePatterns: ['<rootDir>/node_modules/'],
|
|
};
|