diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index 8d470da7..68fef734 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -179,4 +179,4 @@ const logOpsTestReport = logTestReport.bind(null, testStatus); (async function() { const results = await TestRegister.runTests(); logOpsTestReport(results); -})(); \ No newline at end of file +})();