refactor: code cleanup after eslint 9 migration
[poolifier.git] / tests / utils.test.mjs
index b977e102330e52440c618fdadf65b8bef0f51972..25b4e5ae0cfd21cc84e5fb523748e84e44a95e0b 100644 (file)
@@ -150,7 +150,6 @@ describe('Utils test suite', () => {
     expect(isAsyncFunction('')).toBe(false)
     expect(isAsyncFunction([])).toBe(false)
     expect(isAsyncFunction(new Date())).toBe(false)
-
     expect(isAsyncFunction(/[a-z]/i)).toBe(false)
     expect(isAsyncFunction(new Error())).toBe(false)
     expect(isAsyncFunction(new Map())).toBe(false)