-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not make it work #5
Comments
This must be the same issue as #3. I do not have a windows machine to test on. I can see about getting a VM running. Would also be very happy to have some help debugging. The spawn unknown error looks like it may have to be something related to how I am executing the node code when calling a child process: |
I am trying to get a windows VM installed to test it out |
I take it back there is one more issue related to the assertions. If assertions fail right now on windows they are not showing up as test failures. Hopefully I will figure it out shortly |
And here is the final fix 70e626b |
Already ready to use and test? very quick |
Yup if you try out version 1.0.5 it should work! The warning about using undefined for path is from npx, if you run it using The final error about no tests being exported I think may be an issue on your end, but I am not sure. Every exported test has to start with the word |
And there is also an issue where the emojis do not show up on windows, but I can’t do anything about that at the moment. Seems to be something they are working on |
I'm doing all the steps that are described in the README but it just does not work :(
There are 3 types of errors:
The text was updated successfully, but these errors were encountered: