Migrate tests to ESM

This commit is contained in:
Alex Holliday
2024-10-15 14:00:24 +08:00
parent f057807b56
commit 896b3437e5
22 changed files with 1153 additions and 238 deletions
+1 -6
View File
@@ -56,9 +56,4 @@ const obliterateQueue = async (req, res, next) => {
}
};
export default {
getMetrics,
getJobs,
addJob,
obliterateQueue,
};
export { getMetrics, getJobs, addJob, obliterateQueue };