Skip to content

Commit

Permalink
test(config): Add unit tests for config utilities; Update ESLint conf…
Browse files Browse the repository at this point in the history
…ig to extend from `eslint-config-yscope/jest` for test files. (y-scope#135)
  • Loading branch information
junhaoliao authored Jan 7, 2025
1 parent 42411cc commit f74bacf
Show file tree
Hide file tree
Showing 5 changed files with 755 additions and 15 deletions.
5 changes: 5 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ const JEST_CONFIG: Config = {
functions: 0,
lines: 0,
},
"src/utils/config.ts": {
branches: 100,
functions: 100,
lines: 100,
},
"src/utils/math.ts": {
branches: 100,
functions: 100,
Expand Down
Loading

0 comments on commit f74bacf

Please sign in to comment.