mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 10:35:54 +08:00
chore: testMatch is updated (#2270)
This commit is contained in:
parent
2fa265ff2e
commit
28142764af
@ -15,7 +15,7 @@ const config: Config.InitialOptions = {
|
|||||||
useESM: true,
|
useESM: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
testMatch: ['<rootDir>/src/**/?(*.)(test).(ts|js)?(x)'],
|
testMatch: ['<rootDir>/src/**/*?(*.)(test).(ts|js)?(x)'],
|
||||||
preset: 'ts-jest/presets/js-with-ts-esm',
|
preset: 'ts-jest/presets/js-with-ts-esm',
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.(ts|tsx)?$': 'ts-jest',
|
'^.+\\.(ts|tsx)?$': 'ts-jest',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user