summaryrefslogtreecommitdiff
path: root/test/utilities/anki.js
diff options
context:
space:
mode:
authorEloy Robillard <eloy.robillard@gmail.com>2024-03-18 12:19:27 +0100
committerGitHub <noreply@github.com>2024-03-18 11:19:27 +0000
commit7ee76d708934adeef06479f7757beb22c6c01d14 (patch)
treec03ad4227e8a71939bb5efddffe57fa21a75b043 /test/utilities/anki.js
parent4fe881d68d4c1182bee2e78a559c2064aaf48b0d (diff)
Add an option to allow both viewing and adding duplicates (#693)
* Detect duplicates when checking if can add note * Display the stacked add buttons
Diffstat (limited to 'test/utilities/anki.js')
-rw-r--r--test/utilities/anki.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utilities/anki.js b/test/utilities/anki.js
index f5d281e4..550d0c0b 100644
--- a/test/utilities/anki.js
+++ b/test/utilities/anki.js
@@ -107,7 +107,6 @@ export async function getTemplateRenderResults(dictionaryEntries, mode, template
modelName: 'modelName',
fields: createTestFields(dictionaryEntry.type),
tags: ['yomitan'],
- checkForDuplicates: true,
duplicateScope: 'collection',
duplicateScopeCheckAllModels: false,
resultOutputMode: mode,