mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)']
|
|
}
|