ui: fix tests
This commit is contained in:
parent
155d7bb876
commit
7e1aa8d7e2
4 changed files with 23 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
import extractSearchFilters from '@/helpers/extractSearchFilters';
|
||||
|
||||
type TestCase = [string, 0 | Record<string, string[]>];
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
import splitStringWhitespace from '@/helpers/splitStringWhitespace';
|
||||
|
||||
describe('@/helpers/splitStringWhitespace.ts', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue