Skip to content

Commit

Permalink
Fix vitest type (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored Dec 17, 2023
1 parent 95ad1ae commit decbc60
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 @@ -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) {
Expand Down

0 comments on commit decbc60

Please sign in to comment.