We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bc802 commit 828e17fCopy full SHA for 828e17f
src/__tests__/asyncComponent.test.js
@@ -33,7 +33,7 @@ describe('asyncComponent', () => {
33
global.window = oldWindow
34
})
35
describe('when an error occurs resolving a component', () => {
36
- it.only('should render the ErrorComponent', () => {
+ it('should render the ErrorComponent', () => {
37
const resolveDelay = 10
38
const Bob = asyncComponent({
39
resolve: () =>
0 commit comments