Skip to content

Commit

Permalink
Remove oopsie on the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Oct 21, 2024
1 parent b7091a0 commit 0d00322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lib/route-validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('missing-routes', () => {
});
});

describe.only('reserved-routes', () => {
describe('reserved-routes', () => {
it('returns an empty array when no routes are present', async () => {
expect(findReservedRoutes({routes: {}})).toHaveLength(0);
});
Expand Down

0 comments on commit 0d00322

Please sign in to comment.