Skip to content

Commit

Permalink
new version of the tennis kata
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Welcz committed Aug 28, 2022
1 parent 6868167 commit 278dcb5
Show file tree
Hide file tree
Showing 9 changed files with 2,696 additions and 2,259 deletions.
1 change: 1 addition & 0 deletions angular/chart-mock/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"builder": "@angular-builders/jest:run",
"options": {
}
}
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion angular/chart-mock/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module.exports = {
preset: 'jest-preset-angular',
globalSetup: 'jest-preset-angular/global-setup',
setupFilesAfterEnv: [
'<rootDir>/setup-jest.ts'
],
moduleNameMapper: {
"^lodash-es$": "lodash"
}
},
}
Loading

0 comments on commit 278dcb5

Please sign in to comment.