1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 07:52:14 +01:00

Refactor tests to modedules based package

This commit is contained in:
Jozef Izso 2026-03-02 14:29:31 +01:00
parent ef1f9a4e60
commit 4d6f6ca5f4
Failed to extract signature
18 changed files with 119 additions and 56 deletions

View file

@ -1,11 +0,0 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}