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 25, 2022. It is now read-only.
After overcoming #44 as I said in that issue, I get these sort of fails from unit tests (part of the output of $ yarn test and there is no script $ yarn test-addon in the generated package.json file that I can run):
volto-slate/editor cannot be imported because it is not seen as an existing file or directory.
I need this working because I would like to use the latest Jest version for unit tests in volto-slate but when I updated the version of Jest here, I came over this issue for which, to make it progress, I would need an isolated testcase and I thought to make it based on Yeoman.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After overcoming #44 as I said in that issue, I get these sort of fails from unit tests (part of the output of
$ yarn test
and there is no script$ yarn test-addon
in the generated package.json file that I can run):volto-slate/editor
cannot be imported because it is not seen as an existing file or directory.I need this working because I would like to use the latest Jest version for unit tests in volto-slate but when I updated the version of Jest here, I came over this issue for which, to make it progress, I would need an isolated testcase and I thought to make it based on Yeoman.
The text was updated successfully, but these errors were encountered: