mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-12 04:04:03 +00:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
![]() |
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testMatch: ['<rootDir>/test/integration/**/*.test.ts', '<rootDir>/test/integration/**/*.test.js'],
|
||
|
};
|