diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-05-12 22:16:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 02:16:02 +0000 |
commit | 81390468b95e786e2aabb41ddcbdd91ab9b345c3 (patch) | |
tree | 763894899f3a60f1c346cb34377d3c9f3b9b99de /test/options-util.test.js | |
parent | 0b02bf46c9fac64287b1fce338927e34b87f4144 (diff) |
Add glossary-first handlebars (#921)24.5.13.0
* Add glossary-first handlebars
* Add docs
* Fix missing /if
* Write handlebars test data
Diffstat (limited to 'test/options-util.test.js')
-rw-r--r-- | test/options-util.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/options-util.test.js b/test/options-util.test.js index 8f4dc80e..8fb07263 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -605,7 +605,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 34, + version: 35, global: { database: { prefixWildcardsSupported: false |