mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
ee test prep
This commit is contained in:
parent
b029504f2f
commit
841045edbb
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
transform: {
|
||||
'^.+\\.ts$': ['ts-jest', {
|
||||
useESM: true,
|
||||
tsconfig: 'tsconfig.jest.json'
|
||||
tsconfig: '<rootDir>/tsconfig.jest.json'
|
||||
}]
|
||||
},
|
||||
moduleNameMapper: {
|
||||
|
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
testMatch: [
|
||||
'**/tests/unit/**/*.test.ts',
|
||||
'**/tests/integration/**/*.test.ts',
|
||||
'peekaboo-cli/tests/e2e/**/*.test.ts',
|
||||
],
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.ts',
|
||||
|
|
|
|||
Loading…
Reference in a new issue