Skip to content

Commit 1b71339

Browse files
committed
test: add unit tests for TanStack Query meta function customization
1 parent 88c65e2 commit 1b71339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-ts-tests/main/test/tanstack-query-meta-function.test.ts renamed to packages/openapi-ts-tests/main/test/plugins/@tanstack/tanstack-query-meta-function.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'node:url';
55
import { createClient, type UserConfig } from '@hey-api/openapi-ts';
66
import { describe, expect, it } from 'vitest';
77

8-
import { getFilePaths, getSpecsPath } from '../../utils';
8+
import { getFilePaths, getSpecsPath } from '../../../../utils';
99

1010
const __filename = fileURLToPath(import.meta.url);
1111
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)