-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Testing Tutorial #16
Comments
@JhonSmithRomeroSolorzano I can confirm it doesn't work out of the box. I don't have the time today to figure out why not, but maybe someone else can. I think that |
I'm facing same. |
I'm seeing the same stuff, and I can't figure out why. Worth enumerating the other problems with the test documentation:
I've tried variations of the command line and nothing seems to work for this setup. Strange! |
I also struggled with the Mithril documentation for testing. Then I did set up a testing environment for a JS application, using Webpack and Mocha. So I took some time to write a tutorial and a sample application: https://gitlab.com/Mytskine/mithril-real-world. Mocha tests are run locally and with Gitlab-CI. Hope that helps. |
Hi every body.
I'm doing the testing tutorial, wich is in https://mithril.js.org/testing.html
I did each step exactly as suggested, with the suggested file structure, but I'm geeting this result.
There is no error but the component was not tested either.
Code
I want to know what I am skipping, or what step does not have the tutorial that I am skipping.
I really appreciate the help you can give me since I have to start testing my application.
The text was updated successfully, but these errors were encountered: