Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 22, 2020
1 parent 876e7e1 commit 3b64061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { module, test } from 'qunit';

import { setupTest } from 'ember-qunit';

import Store from '@ember-data/store';
import { CUSTOM_MODEL_CLASS } from '@ember-data/canary-features';
import Store from '@ember-data/store';

if (CUSTOM_MODEL_CLASS) {
module('modelFor without @ember-data/model', function(hooks) {
Expand Down

0 comments on commit 3b64061

Please sign in to comment.