Skip to content
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 Library #99

Open
bsutt123 opened this issue May 9, 2018 · 3 comments
Open

Testing Library #99

bsutt123 opened this issue May 9, 2018 · 3 comments

Comments

@bsutt123
Copy link
Collaborator

bsutt123 commented May 9, 2018

Now that things are going swimmingly and we can build the site again, lets get back to the real winner, testing.

Do you guys have a JS test framework of choice for unit tests? I'm partial to Jest, because I come from the react world where Jest is the standard, but I am open to others if people have strong opinions.

@sukima
Copy link
Member

sukima commented May 9, 2018

I am partial to Mocha or Jasmine. I also know QUnit very well. I know nothing of Jest in fact never heard of it. I might assume other JS devs know less of Jest then Jasmine or QUnit.

@sukima
Copy link
Member

sukima commented May 15, 2018

An advantage for Jasmine over both Mocha and QUnit is that Jasmine comes with its own mocking API while Mocha and QUnit would require Sinon to fill that need. Also Jasmine and QUnit comes with their own assertion API where Mocha would also needs something like Chai to fill that need.

@jnimety
Copy link
Contributor

jnimety commented May 15, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants