xref
: /
expo
/
packages
/
expo-test-runner
/
src
/
Paths.ts
(revision 08875291)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
{
join
}
from
'path'
;
2
export
const
SelfPath
=
join
(
__dirname
,
'..'
);
3