I cannot run js unit tests through IDEA, but when ...
# javascript
r
I cannot run js unit tests through IDEA, but when I run the failed task on the terminal, it succeeded. Is there anyone who can tell me the reason?
n
I've run into problems like that when the project's node interpreter isn't configured or is pointing to the wrong node version.
Though, I'm not sure if I've seen that in a Kotlin/JS project or just regular JS--I've been working on both recently.
v
Start with showing the full error. Select the parent node in the tree.