Sign in
chromium
/
infra
/
gerrit-plugins
/
buildbucket
/
94db44f5b50f259aee9147332d9ba24921382877
/
.
/
web
/
web_test_runner.sh
blob: 70bb5f79fa5db3041ce6b311649393fcdf9cb822 [
file
]
#!/bin/bash
set
-
euo pipefail
./
$1
--
config $2 \
--
dir
'plugins/buildbucket/web/_bazel_ts_out_tests'
\
--
test
-
files
'plugins/buildbucket/web/_bazel_ts_out_tests/*_test.js'
\
--
ts
-
config
=
"plugins/buildbucket/web/tsconfig.json"