diff options
| -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) { |