Sign in
gerrit
/
plugins
/
checks
/
refs/heads/master
/
.
/
web
/
web_test_runner.sh
blob: 09cdb9cc39d7bdad65c347f096b362e884f57810 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
set
-
euo pipefail
./
$1
--
config $2 \
--
dir
'plugins/checks/web/_bazel_ts_out_tests'
\
--
test
-
files
'plugins/checks/web/_bazel_ts_out_tests/*_test.js'
\
--
ts
-
config
=
"plugins/checks/web/tsconfig.json"