Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Clicking on "failures" transitions to the main app #90

Closed
lolmaus opened this issue Dec 11, 2015 · 3 comments
Closed

Clicking on "failures" transitions to the main app #90

lolmaus opened this issue Dec 11, 2015 · 3 comments

Comments

@lolmaus
Copy link

lolmaus commented Dec 11, 2015

The URL changes from /tests to /#.

Instead, it should filter assertions to display only failed ones.

@lolmaus
Copy link
Author

lolmaus commented Dec 16, 2015

So this has been fixed in Mocha 2.3.0: mochajs/mocha@f3c2a0a

Is there a reason why ember-mocha is locked at 2.2.x?

@lolmaus
Copy link
Author

lolmaus commented Dec 16, 2015

The workaround is to update bower.json. Thank druids, Bower's dependency list is flat. You wouldn't be able to pull that out with npm.

{
  "dependencies": {
    ...
    "mocha": ">=2.3.4",
    ...
  },
  "resolutions": {
    "mocha": ">=2.3.4"
  }
}

@Turbo87
Copy link
Member

Turbo87 commented Nov 10, 2016

as mentioned in #130 we are using Mocha 2.4.5+ now so I guess this isn't an issue anymore. feel free to reopen is the issue persists.

@Turbo87 Turbo87 closed this as completed Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants