Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa committed Aug 30, 2024
1 parent 3965b75 commit 3a4f3f7
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 4 deletions.
14 changes: 10 additions & 4 deletions ext/data/default-options-overrides.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"es": [{
"path": "scanning.scanResolution",
"value": "word"
}]
"es": [
{
"path": "scanning.scanResolution",
"value": "word"
},
{
"path": "foo.bar",
"value": "baz"
}
]
}
178 changes: 178 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"html-validate": "^8.19.1",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"json-schema-faker": "^0.5.6",
"jszip": "^3.10.1",
"license-report": "^6.5.0",
"lint-staged": "^15.2.5",
Expand Down
16 changes: 16 additions & 0 deletions test/default-options-overrides.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (C) 2024 Yomitan Authors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

0 comments on commit 3a4f3f7

Please sign in to comment.