david kaye
david kaye
Thanks for submitting this issue - I'm sorry about any problems with `where` that are slowing you down. I've not used phantom or karma before ~ the npm where.js and...
OK, let's start small... 1. in https://github.com/bluesliverx/karma-wherejs-test/blob/master/src/app/main/where.spec.js change `{strategy: 'jasmine', jasmine: jasmine}` to `{ jasmine: jasmine, expect: expect }` 2. try adding the from these lines in my where spec...
@bluesliverx sorry for the delayed response ~ I think actually that's good news as it means the logging intercept actually works, `expect` actually works... ~ at this point, without downloading...
Here's a copy+paste fix for broken `setUp` and `tearDown` methods in the examples version of nodeunit: - replace the following functions in `examples/nodeunit.js` with the corresponding versions from the `lib/core.js`...