Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Apr 8, 2024
1 parent a4f5575 commit 9734cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-router/src/__tests__/getRoutes.test.ios.ts
Expand Up @@ -784,7 +784,7 @@ it('ignores API routes with platform extensions', () => {
}
);
}).toThrowErrorMatchingInlineSnapshot(
`"API routes do not support platform extensions. Remove '.web' from './folder/two+api.web.tsx'"`
`"Api routes cannot have platform extensions. Please remove '.web' from './folder/two+api.web.tsx'"`
);
});

Expand Down

0 comments on commit 9734cad

Please sign in to comment.