Skip to content

Commit 317e198

Browse files
committed
the new build provides a default export correctly
1 parent 763d068 commit 317e198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/injection-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ module('Integration | Injection', function (hooks) {
338338
await inject(this.owner, assert);
339339
assert.timeout(100);
340340

341-
const emberDebug = requireModule('ember-debug/main')['default'];
341+
const emberDebug = requireModule('ember-debug/main');
342342
const viewInspection = emberDebug.viewDebug.viewInspection;
343343

344344
const inspectNearestCalled = new Promise((resolve) => {

0 commit comments

Comments
 (0)