We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2905f commit 4c1855bCopy full SHA for 4c1855b
3 files changed
test/vemail.test.tsx
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import { createRoot } from 'react-dom/client';
3
-import { VEmail } from '../.';
+import { VEmail } from '../dist';
4
5
describe('VEmail', () => {
6
it('renders without crashing', () => {
test/vtext.test.tsx
-import { VText } from '../.';
+import { VText } from '../dist';
describe('VText', () => {
test/vurl.test.tsx
-import { VURL } from '../.';
+import { VURL } from '../dist';
describe('VURL', () => {
0 commit comments