1
0
mirror of https://github.com/aleleba/run-app-from-cdn.git synced 2025-05-05 12:07:49 -06:00
run-app-from-cdn/jest.config.js

5 lines
135 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'],
};