mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testRegex: 'src/.*/*.spec.tsx?$',
|
|
testEnvironment: 'node',
|
|
};
|