diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-07 11:31:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 11:31:38 -0500 |
commit | 0b003ef2c3c9029a2d92dfc23d760de895e0d7a4 (patch) | |
tree | de68b9fc1f7f725731a5559ab3bcad41dd85844f | |
parent | ca26c648c2a62bccefa0daba462b3c7780da75fe (diff) |
Add showPopupPreview to options test (#1001)
-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 c3ff4c8f..82859dd3 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -500,7 +500,8 @@ function createOptionsUpdatedTestData1() { global: { database: { prefixWildcardsSupported: false - } + }, + showPopupPreview: false } }; } |