Skip to content

Commit

Permalink
Fix TypeScript errors on Solid tests by setting the correct JSX import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaric authored and JoviDeCroock committed Sep 13, 2024
1 parent 3cb3af2 commit c5dd678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/solid-urql/src/suspense.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @jsxImportSource solid-js */
// @vitest-environment jsdom

import { describe, it, vi } from 'vitest';
Expand Down

0 comments on commit c5dd678

Please sign in to comment.