refactor: cleanup eslint configuration
[poolifier.git] / tests / deque.test.mjs
index 91ae5987955234da56ee253ca10228bb2b66c489..f9a58c85327a5e269aacb81f91b23462e16a7b8a 100644 (file)
@@ -1,4 +1,5 @@
 import { expect } from 'expect'
+
 import { Deque } from '../lib/deque.cjs'
 
 describe('Deque test suite', () => {