Replies: 1 comment
-
Nevermind, I did miss something from the action! Apologies for the noise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to look at fixing #1086, so I:
npm install
npm run test
And the first four test suites run fine:
But then the rest fail with
Cannot find module
. Example one:Example two:
Is there a step I'm missing to get the tests to pass? I took a look at the github action and didn't see it doing anything more than what I'm doing here
Beta Was this translation helpful? Give feedback.
All reactions