diff options
author | m-edlund <me@fwegmann.com> | 2024-04-09 10:53:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 08:53:00 +0000 |
commit | 1d52f94379730ef587de87ce3ca8f1a30ac0a44a (patch) | |
tree | b812a0aed52e415184e058d5f38e1f234ddaef76 /test/options-util.test.js | |
parent | 11e58d616cffbadc5a0c6ab72e5fc803f8c4e70b (diff) |
feature: add handlebar for jidoujisho pitch graph (#773)
* feat: add handlebar for jidoujisho pitch graph
* fix: update handlebar upgrade test
---------
Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
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 be881d15..ebee0765 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -599,7 +599,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 28, + version: 29, global: { database: { prefixWildcardsSupported: false |