Add exports to comply with module resolution

This commit is contained in:
Martin H. Normark
2022-12-31 00:11:32 +01:00
parent b03ad3ae92
commit 592c75ddea
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -35,3 +35,5 @@
// }
// }
// }
export {};
+2
View File
@@ -41,3 +41,5 @@ Cypress.Commands.add("mount", mount);
// cy.mount(<MyComponent />)
compareSnapshotCommand();
export {};
+2
View File
@@ -20,3 +20,5 @@ compareSnapshotCommand();
// Alternatively you can use CommonJS syntax:
// require('./commands')
export {};