Skip to content

Commit

Permalink
Merge pull request #4182 from alphagov/describe-only
Browse files Browse the repository at this point in the history
Remove stray `.only()` from PR #4030
  • Loading branch information
colinrotherham committed Sep 8, 2023
2 parents 7a16b2d + 072453f commit 009f077
Showing 1 changed file with 1 addition and 1 deletion.
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 009f077

Please sign in to comment.