diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-28 22:15:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 03:15:47 +0000 |
commit | a51ae1533c54162f14785652e9128f90afb86aed (patch) | |
tree | b9deee8cc0378f2fc9cc223b345ef625915b4433 /.eslintrc.json | |
parent | 476d7548022ab25cc499f9b3bb712c81a6d3240c (diff) |
Database test updates (#461)
* Initial changes
* Move test
* Disable async
* Add createCustomDataTest
* Move test case data to JSON file
* Update tests
* Cleanup
* Simplify
* Add dedicated test for database clearing
* Remove previous clear testing
* Remove unused test function
* Update values
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 68bc0795..3ea5d555 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -548,6 +548,7 @@ { "files": [ "test/data/anki-note-builder-test-results.json", + "test/data/database-test-cases.json", "test/data/translator-test-results-note-data1.json", "test/data/translator-test-results.json" ], |