aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/form
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/form')
-rw-r--r--src/components/atoms/forms/form/form.test.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/atoms/forms/form/form.test.tsx b/src/components/atoms/forms/form/form.test.tsx
index 08165f5..217b7f6 100644
--- a/src/components/atoms/forms/form/form.test.tsx
+++ b/src/components/atoms/forms/form/form.test.tsx
@@ -1,3 +1,4 @@
+import { describe, expect, it } from '@jest/globals';
import { render, screen } from '../../../../../tests/utils';
import { Form } from './form';