Closed BlessYAHU closed 9 years ago
I'm trying to test a router with grunt-mocha, but it doesn't seem to navigate to the route. This test works in browser mocha. What can I do to fix this?
PhantomJS does not support pushState until ver 2.0, so you cannot test pushState with grunt-mocha.
I'm trying to test a router with grunt-mocha, but it doesn't seem to navigate to the route. This test works in browser mocha. What can I do to fix this?