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

Jasmine Testing #4

Open
mattjay opened this issue Jun 13, 2013 · 2 comments
Open

Jasmine Testing #4

mattjay opened this issue Jun 13, 2013 · 2 comments

Comments

@mattjay
Copy link

mattjay commented Jun 13, 2013

If I wanted to do all of this the same but instead of using Mocha just use Jasmine across the board, what would look different? Running into some interesting road blocks while trying to do this with your Midway tester.

@matsko
Copy link
Member

matsko commented Jun 13, 2013

Hey @mattjay. I agree. Jasmine testing should work as well. I will refactor it over the weekend.

@mattjay
Copy link
Author

mattjay commented Jun 13, 2013

Things I've noticed that I need to switch in my setup: .not.to.equal() needs to be .not.toBe() & before() need to do beforeEach()

Got Unit testing working fine. Can't seem to get Midway testing working yet.

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

2 participants