Skip to content

Commit 659f1b7

Browse files
committed
remove leftover comments
1 parent 2eea0a4 commit 659f1b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/ember_debug/container-debug-test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ import { A as emberA } from '@ember/array';
55
import EmberDebug from 'ember-debug/main';
66
import setupEmberDebugTest from '../helpers/setup-ember-debug-test';
77

8-
// import PortImport from 'ember-debug/port';
9-
// let Port = PortImport;
10-
118
// TODO: Figure out why these tests are flaky and enable them again
129
module('Ember Debug - Container', function (hooks) {
1310
let name, message;
1411

15-
// hooks.before(async () => {
16-
// Port = (await PortImport).default;
17-
// });
18-
1912
setupEmberDebugTest(hooks);
2013

2114
skip('#getTypes', async function t(assert) {

0 commit comments

Comments
 (0)