Skip to content

Commit

Permalink
chore Added some unit tests too cover the functionality so far, added…
Browse files Browse the repository at this point in the history
… more documentation and fixed a bugs noticed whilst creating the unit tests
  • Loading branch information
AlexMachin1997 committed Oct 30, 2024
1 parent bf819ca commit 044176b
Show file tree
Hide file tree
Showing 33 changed files with 9,946 additions and 437 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
],
"ignorePatterns": ["**/node_modules/**", "dist/**", "*.graphql"],
"rules": {
"jest/prefer-expect-assertions": "error",
"jest/no-identical-title": "error",
"jest/valid-expect": "error",
// These rules are for reference only.
//#region eslint
"class-methods-use-this": "off",
Expand Down
Loading

0 comments on commit 044176b

Please sign in to comment.