Skip to content

Commit 828e17f

Browse files
committed
Removes '.only' on test.
1 parent 31bc802 commit 828e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/asyncComponent.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('asyncComponent', () => {
3333
global.window = oldWindow
3434
})
3535
describe('when an error occurs resolving a component', () => {
36-
it.only('should render the ErrorComponent', () => {
36+
it('should render the ErrorComponent', () => {
3737
const resolveDelay = 10
3838
const Bob = asyncComponent({
3939
resolve: () =>

0 commit comments

Comments
 (0)