data-structure-typed/jest.config.js

6 lines
153 B
JavaScript
Raw Normal View History

2023-08-11 17:11:08 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/test/**/*.test.ts', '<rootDir>/test/**/*.test.js'],
};