Sign in
flutter
/
third_party
/
perfetto
/
a9e880fe2a23a2a50fe8fb0b23b14a677396359c
/
.
/
ui
/
config
/
ui_tests_template
blob: be02a375c643cd8cb2349c6f9ae5097ec8d857f1 [
file
] [
log
] [
blame
]
#!/bin/bash
DIR
=
"$(dirname "
$
{
BASH_SOURCE
[
0
]}
")"
exec ui
/
node ui
/
node_modules
/
jest
/
bin
/
jest
.
js \
--
projects
=
ui
/
jest
.
unit
.
config
.
js \
--
projects
=
ui
/
jest
.
jsdom
.
config
.
js \
--
projects
=
ui
/
jest
.
headless
.
config
.
js \
--
roots
=../
$DIR
/
obj
/
ui
"${@:1}"