neutralinojs-cli test error handling #12
yuechenw213
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found that when running
npm test
forneutralinojs-cli
, a folder namedtestNeuCli
would be created. However if the test failed, the folder would keep existing, user need to delete it to run a new test. I suppose keeping the test file may help locate bugs, if not so, maybe it is better to log detailed error message and delete the test folder for future tests convenience.Beta Was this translation helpful? Give feedback.
All reactions