Skip to content

Commit

Permalink
fixup! Remove assert.rejects polyfill.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 10, 2018
1 parent df7ae91 commit eb03eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import QUnit from 'qunit';
import { registerDeprecationHandler } from '@ember/debug';
import AbstractTestLoader from 'ember-cli-test-loader/test-support/index';
import Ember from 'ember';
import { Promise } from 'rsvp';

if (QUnit.config.seed) {
QUnit.config.reorder = false;
Expand Down

2 comments on commit eb03eb6

@Turbo87
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, that fixup didn't work... 😜

@rwjblue
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LLLOLOL, dammit. I thought I squashed that out 🤦

Please sign in to comment.