aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-11-08 16:25:07 -0500
committerGitHub <noreply@github.com>2020-11-08 16:25:07 -0500
commit16321a1f8c9902be100b01067e1593694fa51341 (patch)
tree2cb25c4fe0447e58c91338cdce69e7b370518d25 /test
parent4e3040941038acc4f739e4077aee14cb64d3aa81 (diff)
Add duplicate check option (#1012)
* Add anki.checkForDuplicates option * Use checkForDuplicates for button display * Add property to card creation
Diffstat (limited to 'test')
-rw-r--r--test/test-options-util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js
index 135b2b2e..6b04cb02 100644
--- a/test/test-options-util.js
+++ b/test/test-options-util.js
@@ -409,6 +409,7 @@ function createProfileOptionsUpdatedTestData1() {
terms: {deck: '', model: '', fields: {}},
kanji: {deck: '', model: '', fields: {}},
duplicateScope: 'collection',
+ checkForDuplicates: true,
fieldTemplates: null
}
};