We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2378be commit e6ff285Copy full SHA for e6ff285
test/nuxt/composables/useStructuredFilters.spec.ts
@@ -1,8 +1,5 @@
1
import { describe, expect, it } from 'vitest'
2
-import {
3
- hasSearchOperators,
4
- parseSearchOperators,
5
-} from '../../../app/composables/useStructuredFilters'
+import { hasSearchOperators, parseSearchOperators } from '~/composables/useStructuredFilters'
6
7
describe('parseSearchOperators', () => {
8
describe('basic operator parsing', () => {
0 commit comments