Fix bad test import

This commit is contained in:
Matthias 2023-10-26 20:09:47 +02:00
parent 29daeb27a5
commit 5899d605b4

View File

@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest'; import { describe, it, expect } from 'vitest';
import { formatObjectForTable } from '@/shared/objectArrayConvert'; import { formatObjectForTable } from '@/shared/objectToTableItems';
describe('objectArray.ts', () => { describe('objectArray.ts', () => {
it('converts object array', () => { it('converts object array', () => {