Open mattjay opened 11 years ago
Hey @mattjay. I agree. Jasmine testing should work as well. I will refactor it over the weekend.
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.
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.