Skip to content

Commit

Permalink
Add unit tests for config utilities; update test files ESLint config …
Browse files Browse the repository at this point in the history
…to extend from `eslint-config-yscope/jest`.
  • Loading branch information
junhaoliao committed Nov 28, 2024
1 parent 82e677e commit 0a442f5
Show file tree
Hide file tree
Showing 5 changed files with 981 additions and 229 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 0a442f5

Please sign in to comment.