diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-16 19:55:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 00:55:21 +0000 |
commit | decbc60f7734e739c0e5c41da294f65f9eec92fe (patch) | |
tree | 64a9882eaffedbd59baddd03d5a986c75378d1af /test/anki-note-builder.test.js | |
parent | 95ad1ae1ef4a53802c12eab4c9b1545af0333aa1 (diff) |
Fix vitest type (#365)
Diffstat (limited to 'test/anki-note-builder.test.js')
-rw-r--r-- | test/anki-note-builder.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/anki-note-builder.test.js b/test/anki-note-builder.test.js index 50b66f18..6901dde9 100644 --- a/test/anki-note-builder.test.js +++ b/test/anki-note-builder.test.js @@ -136,7 +136,7 @@ function getFieldMarkers(type) { * @param {'terms'|'kanji'} type * @param {import('settings').ResultOutputMode} mode * @param {string} template - * @param {import('@vitest/expect').ExpectStatic} expect + * @param {import('vitest').ExpectStatic} expect * @returns {Promise<import('anki').NoteFields[]>} */ async function getRenderResults(dictionaryEntries, type, mode, template, expect) { |