Skip to content

Commit 8325a7b

Browse files
oops
1 parent fec1a0d commit 8325a7b

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
@@ -25,7 +25,7 @@
2525
"compile": "tsc --build",
2626
"test:types": "svelte-check --tsconfig ./tsconfig.json",
2727
"test:eslint": "eslint ./src",
28-
"test:lib": "vitest",
28+
"test:lib": "vitest run",
2929
"test:lib:dev": "pnpm run test:lib --watch",
3030
"test:build": "publint --strict && attw --pack",
3131
"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)