ya-webadb/packages/adb/jest.config.js
2020-12-14 13:10:43 +08:00

5 lines
112 B
JavaScript

module.exports = {
preset: 'ts-jest',
testRegex: 'src/.*/*.spec.tsx?$',
testEnvironment: 'node',
};