mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-12 11:40:44 +08:00
Add exports to comply with module resolution
This commit is contained in:
@@ -35,3 +35,5 @@
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
export {};
|
||||
|
||||
@@ -41,3 +41,5 @@ Cypress.Commands.add("mount", mount);
|
||||
// cy.mount(<MyComponent />)
|
||||
|
||||
compareSnapshotCommand();
|
||||
|
||||
export {};
|
||||
|
||||
@@ -20,3 +20,5 @@ compareSnapshotCommand();
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user