diff --git a/tests/common.mjs b/tests/common.mjs index 2cbb4a1..350bead 100644 --- a/tests/common.mjs +++ b/tests/common.mjs @@ -90,7 +90,7 @@ const exclude_from_list = (link) => { return is_excluded; }; -module.exports = { +export { LOG, handleFailure, extract_all_links,