Skip to content

Commit

Permalink
Remove defer import
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 23, 2022
1 parent bcc1e97 commit f82496f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { settled } from '@ember/test-helpers';

import { module, test } from 'qunit';
import { defer, Promise as EmberPromise, resolve } from 'rsvp';
import { Promise as EmberPromise, resolve } from 'rsvp';

import { setupTest } from 'ember-qunit';

Expand Down

0 comments on commit f82496f

Please sign in to comment.