aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-02-12 01:10:52 -0500
committerGitHub <noreply@github.com>2024-02-12 06:10:52 +0000
commitfd48f18f8aa05a362f3168cbddcc03659e7510db (patch)
tree56d0eef7b54c19aae04f3a43bdcdf5a2d4409733 /package.json
parent92f6652ade62264cbdd600ec44c7581ec8e23b08 (diff)
Add and fix tests with options upgrades (#671)24.2.12.0
* Add and fix tests and options applying * Fix comma * Add test file to json.json * Fix direction of conjugation handlebars update * Add frequency and cloze-body-kana to upgrade * Use Array.isArray() instead of arbitrary length check * Add pitch-accent-categories handlebar * programmatically get upgrade files * add type --------- Co-authored-by: Cashew <tungbinem@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ba9e157a..7c733392 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"test-ts-test": "npx tsc --noEmit --project test/jsconfig.json",
"test-code": "vitest run",
"test-code-write": "vitest run --config test/data/vitest.write.config.json",
+ "test-options-update": "vitest run --config test/data/vitest.options.config.json",
"test-build": "node ./dev/bin/build.js --dryRun --all",
"license-report": "license-report --output=html --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link --html.cssFile=dev/data/legal-npm.css > ext/legal-npm.html",
"license-report-markdown": "license-report --output=markdown --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link",