diff --git a/test/anki-note-builder.test.js b/test/anki-note-builder.test.js index 96dacab6a0..7ef46a6fd8 100644 --- a/test/anki-note-builder.test.js +++ b/test/anki-note-builder.test.js @@ -134,7 +134,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} */ async function getRenderResults(dictionaryEntries, type, mode, template, expect) {