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 committed Jun 9, 2024
1 parent 031b78c commit 398267e
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 398267e

Please sign in to comment.