refactor: optimize imports

This commit is contained in:
Ibrahima G. Coulibaly
2024-07-14 00:51:39 +01:00
parent 424436d07a
commit 3c5c0b9499
31 changed files with 59 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
import { expect, describe, it } from 'vitest';
import { describe, expect, it } from 'vitest';
import { duplicateList } from './service';
describe('duplicateList function', () => {