Skip to content

Commit

Permalink
test: fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Jan 24, 2022
1 parent f2ba9d4 commit 6c67d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/transform.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { jsx } from "snabbdom"
import { transform } from "../transform-jsx"
import { transform } from "../"

const noop = () => {}

Expand Down

0 comments on commit 6c67d93

Please sign in to comment.