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

[CLEARITEMS]: argument item taken out...tests still pass #171

Closed
wants to merge 1 commit into from

Conversation

snewcomer
Copy link

@snewcomer snewcomer commented May 1, 2016

Not really a pull request, but might be. Having some troubles with my test run after upgrading to Ember 2.4.0.beta-3 which I suspect might be this commit emberjs/ember.js#12930.

In acceptance test land, running a simple visit w/ assert.equal(1,1) acts like I put a return pauseTest after the visit. Specifically get stuck somewhere here where my breakpoint is:

screen shot 2016-04-29 at 11 41 08 pm

I'm using a timemachine freeze in order to get a consistent date in my test run. Commenting this import out will allow my test run to go through. https://github.com/toranb/freeze-time-testing-example/blob/master/vendor/timemachine.js. Timemachine might be related to the second part of that commit (emberjs/ember.js#12930), but I first wanted to tackle the below question.

So, in this commit, was there meant to be an argument to clearItems? Backburner tests still pass if I remove the item argument. It looks like it is called here: https://github.com/snewcomer/backburner.js/blob/master/lib/backburner.js#L29

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

Successfully merging this pull request may close these issues.

1 participant