commit | a60138653b1a505512f74075dc3696630a7b0625 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Thu Apr 24 08:19:16 2025 -0700 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Aug 26 17:02:34 2025 +0200 |
tree | f659c679d4dcddb022214487a0ac51bacb37aade | |
parent | 7ba1ff395aad4d9d9b2b36f887c997b2568e9430 [diff] |
Fix typo Change-Id: If4cbd44aee7bea703eac3b514f3dcbe8b04937f6
diff --git a/web/web_test_runner.sh b/web/web_test_runner.sh index 60c35ba..766eb6a 100755 --- a/web/web_test_runner.sh +++ b/web/web_test_runner.sh
@@ -4,4 +4,4 @@ ./$1 --config $2 \ --dir 'plugins/delete-project/web/_bazel_ts_out_tests' \ --test-files 'plugins/delete-project/web/_bazel_ts_out_tests/*_test.js' \ - --type-config="plugins/delete-project/web/tsconfig.json" + --ts-config="plugins/delete-project/web/tsconfig.json"