Open SE2Dev opened 1 year ago
How did you run those tests? Could it come from your settings? I run the tests and they are all passing correctly.
Using Node v18.16.1
in a fresh dev container my process is:
npm install
npm run build
(which fails)npm run build
(which now succeeds)npm run test
(which fails as seen in my comment above)It seems that the issue is related to the stylesheet import. Could be that the path is not being found.
What container are you using? Plus, what was failing on the build?
The current version of the plugin fails to build as-is. Upon resolving the build failures, tests do not pass due to apparent changes in the way that modules are handled.
See the test log below: