import { mainRef, navigate } from "../src/navigation/MainNav"; test('MainNav calls navigation ref', () => { let postNav = navigate('notascreen', {}); expect(postNav).toEqual(true); });