Skip to content

Commit f2378be

Browse files
committed
test: move nuxt unit tests to test/nuxt
We need this to resolve types correctly amongst other things.
1 parent 0df32a3 commit f2378be

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

test/unit/search-operators.spec.ts renamed to test/nuxt/composables/useStructuredFilters.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest'
22
import {
33
hasSearchOperators,
44
parseSearchOperators,
5-
} from '../../app/composables/useStructuredFilters'
5+
} from '../../../app/composables/useStructuredFilters'
66

77
describe('parseSearchOperators', () => {
88
describe('basic operator parsing', () => {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)