@@ -1060,6 +1060,9 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
1060 | 1060 | ["scripts/run-with-env.mjs", ["test/scripts/run-with-env.test.ts"]], |
1061 | 1061 | ["scripts/run-node.mjs", ["src/infra/run-node.test.ts"]], |
1062 | 1062 | ["scripts/auth-monitor.sh", ["test/scripts/auth-monitor.test.ts"]], |
| 1063 | +["scripts/codespell-dictionary.txt", ["test/scripts/docs-spellcheck.test.ts"]], |
| 1064 | +["scripts/codespell-ignore.txt", ["test/scripts/docs-spellcheck.test.ts"]], |
| 1065 | +["scripts/docs-spellcheck.sh", ["test/scripts/docs-spellcheck.test.ts"]], |
1063 | 1066 | ["scripts/mobile-reauth.sh", ["test/scripts/auth-monitor.test.ts"]], |
1064 | 1067 | ["scripts/committer", ["test/scripts/committer.test.ts"]], |
1065 | 1068 | ["scripts/gh-read", ["test/scripts/gh-read.test.ts"]], |
@@ -1565,6 +1568,7 @@ const TOOLING_TEST_TARGETS = new Map([
|
1565 | 1568 | ["test/scripts/ci-docker-pull-retry.test.ts", ["test/scripts/ci-docker-pull-retry.test.ts"]], |
1566 | 1569 | ["test/scripts/control-ui-i18n.test.ts", ["test/scripts/control-ui-i18n.test.ts"]], |
1567 | 1570 | ["test/scripts/docker-build-helper.test.ts", ["test/scripts/docker-build-helper.test.ts"]], |
| 1571 | +["test/scripts/docs-spellcheck.test.ts", ["test/scripts/docs-spellcheck.test.ts"]], |
1568 | 1572 | ["test/scripts/docker-e2e-helper-cli.test.ts", ["test/scripts/docker-e2e-helper-cli.test.ts"]], |
1569 | 1573 | ["test/scripts/kova-ci-summary.test.ts", ["test/scripts/kova-ci-summary.test.ts"]], |
1570 | 1574 | ["test/scripts/live-docker-stage.test.ts", ["test/scripts/live-docker-stage.test.ts"]], |
|