Add jest config and export main.js
This commit is contained in:
@@ -44,4 +44,8 @@ async function run() {
|
||||
}
|
||||
}
|
||||
|
||||
run();
|
||||
module.exports = run;
|
||||
|
||||
if (require.main === module) {
|
||||
run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user