diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-anki-note-builder.js | 1 | ||||
-rw-r--r-- | test/test-options-util.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test-anki-note-builder.js b/test/test-anki-note-builder.js index c7d91325..4433e3e6 100644 --- a/test/test-anki-note-builder.js +++ b/test/test-anki-note-builder.js @@ -236,6 +236,7 @@ async function getRenderResults(dictionaryEntries, type, mode, template, AnkiNot tags: ['yomichan'], checkForDuplicates: true, duplicateScope: 'collection', + duplicateScopeCheckAllModels: false, resultOutputMode: mode, glossaryLayoutMode: 'default', compactTags: false diff --git a/test/test-options-util.js b/test/test-options-util.js index 5c411c23..10881af9 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -444,6 +444,7 @@ function createProfileOptionsUpdatedTestData1() { terms: {deck: '', model: '', fields: {}}, kanji: {deck: '', model: '', fields: {}}, duplicateScope: 'collection', + duplicateScopeCheckAllModels: false, displayTags: 'never', checkForDuplicates: true, fieldTemplates: null, |