This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Backend Testing #9
Comments
👍 Let's test all the things :) I personally use tape but I think you should feel free to use whatever you like as it's very opinion-based at the end. |
On other projects we have been working on switching to intern. It offers not only browser based testing and node based but also functional tests via webdriver which seem like they would be very important here. https://theintern.github.io/ |
Intern seems fine too 👍 |
Just for clarity webdriver would not be useful for backend so much but very useful for this project |
I like intern too. I'll keep this issue open until we have at least one test committed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After discussion in last weeks IRC meeting, on suggestions, we have to consider having testing mechanism.
I am currently considering using https://github.com/mochajs/mocha
The text was updated successfully, but these errors were encountered: