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
First, fix the issue with webpack + jest to get this test passing.
FAIL src/App.test.tsx
● Test suite failed to run
Cannot find module 'file-loader?esModule=false!./src-noconflict/ext-beautify.js' from 'node_modules/ace-builds/webpack-resolver.js'
Require stack:
node_modules/ace-builds/webpack-resolver.js
src/features/editor/components/Editor.tsx
src/App.tsx
src/App.test.tsx
at Resolver.resolveModule (node_modules/jest-resolve/build/resolver.js:324:11)
at Object.<anonymous> (node_modules/ace-builds/webpack-resolver.js:2:45)
Then write unit tests for features in the App.
The text was updated successfully, but these errors were encountered:
First, fix the issue with webpack + jest to get this test passing.
Then write unit tests for features in the App.
The text was updated successfully, but these errors were encountered: