aboutsummaryrefslogtreecommitdiff
path: root/ext/js/language/__mocks__
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/language/__mocks__')
-rw-r--r--ext/js/language/__mocks__/dictionary-importer-media-loader.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/language/__mocks__/dictionary-importer-media-loader.js b/ext/js/language/__mocks__/dictionary-importer-media-loader.js
index 96f0f6dd..ffda29b3 100644
--- a/ext/js/language/__mocks__/dictionary-importer-media-loader.js
+++ b/ext/js/language/__mocks__/dictionary-importer-media-loader.js
@@ -17,6 +17,7 @@
*/
export class DictionaryImporterMediaLoader {
+ /** @type {import('dictionary-importer-media-loader').GetImageDetailsFunction} */
async getImageDetails(content) {
// Placeholder values
return {content, width: 100, height: 100};