Skip to content

Commit 592c75d

Browse files
committed
Add exports to comply with module resolution
1 parent b03ad3a commit 592c75d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

website/cypress/support/commands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
// }
3636
// }
3737
// }
38+
39+
export {};

website/cypress/support/component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ Cypress.Commands.add("mount", mount);
4141
// cy.mount(<MyComponent />)
4242

4343
compareSnapshotCommand();
44+
45+
export {};

website/cypress/support/e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ compareSnapshotCommand();
2020

2121
// Alternatively you can use CommonJS syntax:
2222
// require('./commands')
23+
24+
export {};

0 commit comments

Comments
 (0)