-
Notifications
You must be signed in to change notification settings - Fork 282
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
ADD: Testing documentation #513
ADD: Testing documentation #513
Conversation
Testing is described in a new TESTING.md file. Resolves #506
This is really lovely. Wonderful work! cc @sashadev-sky @rexagod 🎉 💯 |
Oh sorry @cesswairimu i just got excited! cc @crisner @sagarpreet-chadha this is such a good documentation section on testing. take a look! 👀 |
Thank you very much @jywarren! |
This is great! Love the documentation. Amazing work @VladimirMikulic! |
Thanks @crisner. |
Amazing 🚀 |
I appreciate it @cesswairimu. |
Just checked this out thank you so much!! @VladimirMikulic
|
@sashadev-sky my mistake. I've noticed that we don't manually require modules in our tests. That's one way of doing it. The other one is to wrap the code of the test file in one How should I update this? Thanks. |
@VladimirMikulic no problem! not a big deal. I'm not sure we can use require outside of the |
@sashadev-sky we can use |
Testing is described in a new TESTING.md file.
I've also added
grunt test
to thetest
NPM script.Resolves #506
@cesswairimu could you take a look at this? Thanks.