mirror of
https://github.com/aleleba/run-app-from-cdn.git
synced 2025-04-04 04:47:50 -06:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'],
|
|
}; |