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 Oct 11, 2024. It is now read-only.
in @after-work.js/example-react, import cellLocked from "./image/NR_Locked.png"; in button-hook.jsx
then npx aw -c aw.config.js --scope @after-work.js/example-react.
it will get a same error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
in a react project, do the unit testing, but failed when I import an image in the project.
Steps to Reproduce
import cellLocked from '../../image/NR_Locked.png';
in a jsx file, such as selections.jsximport * as withSelections from '../selections';
Actual behavior
Environment
"@after-work.js/aw": "6.0.14",
"react": "^17.0.1",
Operating system
Versions
The text was updated successfully, but these errors were encountered: