data-structure-typed/jest.config.js
2023-08-12 01:11:08 +08:00

5 lines
122 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/tests/**/*.test.ts'],
};