Skip to content

Commit

Permalink
Fix vitest type
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 16, 2023
1 parent 64e4598 commit 2c5dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/anki-note-builder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<import('anki').NoteFields[]>}
*/
async function getRenderResults(dictionaryEntries, type, mode, template, expect) {
Expand Down

0 comments on commit 2c5dc37

Please sign in to comment.