diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-14 22:42:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 22:42:11 -0500 |
commit | 1dcfbf6ba6516d05f756d26bf84049d94776ab14 (patch) | |
tree | 538a1a4346a4f98ba366949eda33b4e981e58766 /test | |
parent | d9f5d21d15a8239ecf349d254606be2c8fa70d31 (diff) |
Support suspending new anki cards (#1240)
* Add new option: anki.suspendNewCards
* Update Anki APIs
* Suspend card based on options
* Add setting
* Disable wrap for toggle property
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index beef6f80..e245a285 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -417,7 +417,8 @@ function createProfileOptionsUpdatedTestData1() { kanji: {deck: '', model: '', fields: {}}, duplicateScope: 'collection', checkForDuplicates: true, - fieldTemplates: null + fieldTemplates: null, + suspendNewCards: false }, sentenceParsing: { scanExtent: 200, |