Skip to content

Commit a4e6244

Browse files
authored
Exporting modules for test
1 parent a6f9269 commit a4e6244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/js-export/constraints.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,3 +1191,6 @@ JSInterface._methodArgConstraints = {
11911191
]
11921192
]
11931193
};
1194+
if (typeof module !== 'undefined' && module.exports) {
1195+
module.exports = { JSInterface };
1196+
}

0 commit comments

Comments
 (0)