You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue: if dynamic paths are used in route page.client.tsx files, jest cannot resolve the path in unit tests.
to replicate: edit app/template/page.client.tsx and change import { getSubmitFormClient } from '../_lib/api-calls'; to import { getSubmitFormClient } from '@/lib/api-calls'; then run yarn test:unit. jest will fail to find the file
The text was updated successfully, but these errors were encountered:
issue: if dynamic paths are used in route page.client.tsx files, jest cannot resolve the path in unit tests.
to replicate: edit app/template/page.client.tsx and change
import { getSubmitFormClient } from '../_lib/api-calls';
toimport { getSubmitFormClient } from '@/lib/api-calls';
then run yarn test:unit. jest will fail to find the fileThe text was updated successfully, but these errors were encountered: