Skip to content

Commit d2c3f04

Browse files
oops
1 parent cafcdc5 commit d2c3f04

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/svelte-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"compile": "tsc --build",
2020
"test:types": "svelte-check --tsconfig ./tsconfig.json",
2121
"test:eslint": "eslint ./src",
22-
"test:lib": "vitest",
22+
"test:lib": "vitest run",
2323
"test:lib:dev": "pnpm run test:lib --watch",
2424
"test:build": "publint --strict && attw --pack",
2525
"build": "svelte-package --input ./src --output ./dist"

packages/svelte-query/src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import type {
1717
QueryObserverResult,
1818
} from '@tanstack/query-core'
1919

20-
export type FunctionedParams<T> = () => T
21-
2220
/** Options for createBaseQuery */
2321
export type CreateBaseQueryOptions<
2422
TQueryFnData = unknown,

0 commit comments

Comments
 (0)