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

Improvement/move to mocha #551

Merged
merged 7 commits into from Jan 6, 2017
Merged

Improvement/move to mocha #551

merged 7 commits into from Jan 6, 2017

Conversation

samhatoum
Copy link
Member

Uses Wallaby + Mocha + TestDouble instead of Jasmine / Jest

It's MUCH faster and TD is an easier API to work with than Jest

@samhatoum samhatoum merged commit d0a7e3a into master Jan 6, 2017
@@ -0,0 +1,75 @@
const Chimp = require('./chimp');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this test in src/lib/ while the other tests are in src/__tests_? should I be adding new tests to src/lib instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm moving all the spec files to be right next to their source files so your assumption is spot on. Thanks :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interestingly, I'm using the same pattern you're making the PR to enable you to do

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glad to see it!

@samhatoum samhatoum deleted the improvement/move-to-mocha branch March 22, 2017 11:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants