Yuki Takei 2 anni fa
parent
commit
e8a0e8cd51
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      apps/app/src/utils/to-array-from-csv.spec.ts

+ 3 - 1
apps/app/src/utils/to-array-from-csv.spec.ts

@@ -1,4 +1,6 @@
-import { toArrayFromCsv } from '~/utils/to-array-from-csv';
+import { describe, test, expect } from 'vitest';
+
+import { toArrayFromCsv } from './to-array-from-csv';
 
 describe('To array from csv', () => {