Skip to content

Commit 245aff2

Browse files
chore: remove it.only
1 parent 8c3b76f commit 245aff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/GlobalTopBanners/TokenlessBanner/TokenlessBanner.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('TokenlessBanner', () => {
155155
})
156156
})
157157

158-
it.only('renders TokenNotRequiredBanner when uploadTokenRequired is false', async () => {
158+
it('renders TokenNotRequiredBanner when uploadTokenRequired is false', async () => {
159159
setup({ uploadTokenRequired: false, currentUser: mockSignedInUser })
160160
render(<TokenlessBanner />, { wrapper: wrapper(['/gh/codecov']) })
161161

0 commit comments

Comments
 (0)