Skip to content

Commit

Permalink
style: fixed staged file
Browse files Browse the repository at this point in the history
  • Loading branch information
drevoed authored and Drevoed committed Nov 27, 2022
1 parent 5ce92cf commit 010aec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/shared/lib/tauri.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, assertType, expectTypeOf } from 'vitest';
import { test, expectTypeOf } from 'vitest';
import { invoke } from '@tauri-apps/api/tauri';
import { listen } from '@tauri-apps/api/event';

Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"noEmit": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": [
"vitest/importMeta"
]
"types": ["vitest/importMeta"]
},
"include": ["src", "vite.config.ts", "src/vite-env.d.ts"]
}

0 comments on commit 010aec4

Please sign in to comment.