Skip to content

Commit

Permalink
ADD: lots more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjaykeller committed Jan 6, 2025
1 parent bc08e1e commit 17f4638
Show file tree
Hide file tree
Showing 8 changed files with 1,964 additions and 254 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module.exports = {
"ts-jest",
{
isolatedModules: true,
tsconfig: {
target: "es2020"
},
diagnostics: {
ignoreCodes: [
2345, // Argument type not assignable
Expand Down
Loading

0 comments on commit 17f4638

Please sign in to comment.