diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-18 22:47:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 03:47:29 +0000 |
commit | 46821eeb7fc9e00645aeae1c7fce3e6e7b637ca0 (patch) | |
tree | 7ed0b027946081bbc88bffefc0bfcb2c20d15106 /test/jsconfig.json | |
parent | 521e87d01142063c785054741d3703de37a1636c (diff) |
Test fixtures (#371)
* Move and rename document-test.js file
* Only load HTML file content once
* Move testDoc construction
* Add createTranslatorTest
* Add utilities
* Update translator tests
* Rename
* Refactor anki note builder tests
* Refactor
* Use internal expect
* Updates
* Remove actual results
* Remove concurrent
Diffstat (limited to 'test/jsconfig.json')
-rw-r--r-- | test/jsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jsconfig.json b/test/jsconfig.json index c587abe6..9ab0c332 100644 --- a/test/jsconfig.json +++ b/test/jsconfig.json @@ -31,6 +31,7 @@ "../ext/**/*.js", "../types/ext/**/*.ts", "../types/dev/**/*.ts", + "../types/test/**/*.ts", "../types/other/globals.d.ts" ], "exclude": [ |