Skip to content

Commit

Permalink
Update test/compat/async.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Feb 8, 2024
1 parent 9756cc8 commit 6c58b5e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/compat/async.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import render from '../../src/index.js';
import {
h,
Component,
createContext,
Fragment,
options,
createRef
} from 'preact';
import { h } from 'preact';
import { Suspense } from 'preact/compat';
import { expect } from 'chai';
import { createSuspender } from '../utils.js';
Expand Down

0 comments on commit 6c58b5e

Please sign in to comment.