Skip to content

Commit 3679976

Browse files
committed
This only applied for the splashscreen changes
...from the test it was copied from
1 parent c08bee4 commit 3679976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vanilla/ignite-new-expo-router.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe(`ignite new with expo-router`, () => {
8989
await run(`bun run test`, runOpts)
9090
await run(`bun run lint`, runOpts)
9191
await run(`bun run compile`, runOpts)
92-
expect(await run("git diff HEAD --no-ext-diff", runOpts)).toContain("+ Bowser: undefined")
92+
expect(await run("git diff HEAD --no-ext-diff", runOpts)).toBe("")
9393
})
9494
})
9595

0 commit comments

Comments
 (0)