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
After landing @DukeManh's recent PR, we're failing on master with:
FAIL src/web/src/components/AboutFooter.test.tsx
● Test suite failed to run
Cannot find module '../lib' from 'src/web/node_modules/react-icons/fa/index.js'
Require stack:
src/web/node_modules/react-icons/fa/index.js
src/web/src/components/AboutFooter.tsx
src/web/src/components/AboutFooter.test.tsx
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:306:11)
at Object.<anonymous> (src/web/node_modules/react-icons/fa/index.js:2:15)
console.warn
PASS src/web/src/components/Logo.test.tsx
✓ renders correctly (23 ms)
Material-UI: The `css` function is deprecated. Use the `styleFunctionSx` instead.
at css (src/web/node_modules/@material-ui/system/styleFunctionSx.js:75:13)
at Object.<anonymous> (src/web/node_modules/@material-ui/core/Box/Box.js:14:37)
at Object.<anonymous> (src/web/node_modules/@material-ui/core/Box/index.js:21:36)
Summary of all failing tests
FAIL src/web/src/components/AboutFooter.test.tsx
● Test suite failed to run
Cannot find module '../lib' from 'src/web/node_modules/react-icons/fa/index.js'
Require stack:
src/web/node_modules/react-icons/fa/index.js
src/web/src/components/AboutFooter.tsx
src/web/src/components/AboutFooter.test.tsx
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:306:11)
at Object.<anonymous> (src/web/node_modules/react-icons/fa/index.js:2:15)
I don't think they are related, but I don't understand this either.
The text was updated successfully, but these errors were encountered:
After landing @DukeManh's recent PR, we're failing on
master
with:I don't think they are related, but I don't understand this either.
The text was updated successfully, but these errors were encountered: