Skip to content

Commit

Permalink
chore: change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
phk422 committed Mar 5, 2024
1 parent f9893bf commit 80c7fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vue/test/toTsx.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { toTSX } from '../src/editor.cts';
import { toTSX } from '../dist/editor.cjs';
import { describe, it } from 'node:test';
import assert from 'node:assert/strict';

Expand Down

0 comments on commit 80c7fda

Please sign in to comment.