2
0
Yuki Takei 3 жил өмнө
parent
commit
e8a0e8cd51

+ 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', () => {