Skip to content

Commit

Permalink
Update errors-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-the-pete authored Jun 30, 2019
1 parent 273104d commit 2a60bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/-ember-data/tests/unit/model/errors-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import DS from 'ember-data';
import QUnit, { module, skip as testInDebug } from 'qunit';
// import testInDebug from 'dummy/tests/helpers/test-in-debug';
import QUnit, { module } from 'qunit';
import testInDebug from 'dummy/tests/helpers/test-in-debug';

const AssertPrototype = QUnit.assert;

Expand Down

0 comments on commit 2a60bcc

Please sign in to comment.