// Detox template placeholder. // Keep a real test here so `yarn test` (Jest) doesn't fail with: // "Your test suite must contain at least one test." describe("e2e starter placeholder", () => { it("is a placeholder", () => { expect(true).toBe(true); }); });