surfer/jest.config.js
2021-12-26 11:42:50 +11:00

6 lines
169 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['src/**/*.test.ts'],
}