Sign in
flutter
/
third_party
/
perfetto
/
a9e880fe2a23a2a50fe8fb0b23b14a677396359c
/
.
/
ui
/
config
/
ui_unittests_template
blob: 83751512ea6a773d1d7aadbb34fa320661d1ecc3 [
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 \
--
roots
=../
$DIR
/
obj
/
ui $
{@:
1
}