data-structure-typed/jest.config.js

5 lines
122 B
JavaScript
Raw Normal View History

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