Skip to content

Commit

Permalink
fix: remove accidental .only from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelkabo committed May 20, 2024
1 parent 8e4c02d commit 7824ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/lib/__tests__/registrationConsents.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jest.mock('@/server/lib/serverSideLogger', () => ({
},
}));

describe.only('registrationConsents#bodyFormFieldsToRegistrationConsents', () => {
describe('registrationConsents#bodyFormFieldsToRegistrationConsents', () => {
it('returns expected consents and newsletters for specific IDs', () => {
const body = {
similar_guardian_products: 'on',
Expand Down

0 comments on commit 7824ec6

Please sign in to comment.