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.
2 parents 3216f71 + 828e17f commit 4cf2dd4Copy full SHA for 4cf2dd4
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