xref: /expo/packages/expo-test-runner/src/Paths.ts (revision 08875291)
1import { join } from 'path';
2export const SelfPath = join(__dirname, '..');
3