Fix Node.js test runner with CommonJS exports
This commit is contained in:
@@ -330,3 +330,8 @@ const INTEGRATION_TESTS = [
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
// Export for Node.js (CommonJS)
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
module.exports = { TEST_CASES, INTEGRATION_TESTS };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user