mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +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: {
|
transform: {
|
||||||
'^.+\\.ts$': ['ts-jest', {
|
'^.+\\.ts$': ['ts-jest', {
|
||||||
useESM: true,
|
useESM: true,
|
||||||
tsconfig: 'tsconfig.jest.json'
|
tsconfig: '<rootDir>/tsconfig.jest.json'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
|
|
@ -16,6 +16,7 @@ module.exports = {
|
||||||
testMatch: [
|
testMatch: [
|
||||||
'**/tests/unit/**/*.test.ts',
|
'**/tests/unit/**/*.test.ts',
|
||||||
'**/tests/integration/**/*.test.ts',
|
'**/tests/integration/**/*.test.ts',
|
||||||
|
'peekaboo-cli/tests/e2e/**/*.test.ts',
|
||||||
],
|
],
|
||||||
collectCoverageFrom: [
|
collectCoverageFrom: [
|
||||||
'src/**/*.ts',
|
'src/**/*.ts',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue