Files
workspace/.opencode-sandbox/jest.config.js

9 lines
161 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: '.',
testMatch: ['**/tests/**/*.test.ts'],
verbose: true,
forceExit: true,
}