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
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
import * as React from 'react';
import { shallow } from 'enzyme';
import App from '../App';
it('renders without crashing', () => {
shallow(<App />);
});
I got error in Jest:
'Cannot find module '@store' from 'App.tsx'
When running quick test:
I got error in Jest:
'Cannot find module '@store' from 'App.tsx'
My tsconfig:
App is running successfully. But jest can't resolve absolute paths from tsconfig. What should i do to fix this?
The text was updated successfully, but these errors were encountered: