Skip to content

Commit

Permalink
Remove stray .only() from PR #4030
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Sep 8, 2023
1 parent 0adc528 commit 3466735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/common/index.unit.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Common JS utilities', () => {
})
})

describe.only('isSupported', () => {
describe('isSupported', () => {
beforeEach(() => {
// Jest does not tidy the JSDOM document between tests
// so we need to take care of that ourselves
Expand Down

0 comments on commit 3466735

Please sign in to comment.