Skip to content

Commit

Permalink
remove .only from loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
gracejychang committed Jun 21, 2024
1 parent 2a55951 commit 54c297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/cli/models/app/loader.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ describe('WebhooksSchema', () => {
expect(abortOrReport).toHaveBeenCalledWith(expectedFormatted, {}, 'tmp')
})

test.only('shows multiple duplicate subscriptions in error message', async () => {
test('shows multiple duplicate subscriptions in error message', async () => {
const webhookConfig: WebhooksConfig = {
api_version: '2021-07',
subscriptions: [
Expand Down

0 comments on commit 54c297f

Please sign in to comment.