Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
perfetto
/
cbec1c685ce63553cda97da16ee102b3304d9df7
/
.
/
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
}