Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 0f2defa

Browse files
committed
comment out import syntax
1 parent f72b7d3 commit 0f2defa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://github.com/bahmutov/cypress-react-unit-test/issues/136
22
describe.skip('dynamic import', () => {
33
it('loads', () => {
4-
cy.wrap(import('./lazy-add'))
4+
// cy.wrap(import('./lazy-add'))
55
})
66
})

0 commit comments

Comments
 (0)