feat(challenge19): create challenge 19 with testing output and input

This commit is contained in:
thomas
2023-04-14 16:00:09 +02:00
parent 8ebf17c026
commit 043ec64c0d
11 changed files with 86 additions and 880 deletions

View File

@@ -3,7 +3,6 @@ export default {
displayName: 'testing-input-output',
preset: '../../jest.preset.js',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
coverageDirectory: '../../coverage/apps/testing-input-output',
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',