We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eea0a4 commit 659f1b7Copy full SHA for 659f1b7
tests/ember_debug/container-debug-test.js
@@ -5,17 +5,10 @@ import { A as emberA } from '@ember/array';
5
import EmberDebug from 'ember-debug/main';
6
import setupEmberDebugTest from '../helpers/setup-ember-debug-test';
7
8
-// import PortImport from 'ember-debug/port';
9
-// let Port = PortImport;
10
-
11
// TODO: Figure out why these tests are flaky and enable them again
12
module('Ember Debug - Container', function (hooks) {
13
let name, message;
14
15
- // hooks.before(async () => {
16
- // Port = (await PortImport).default;
17
- // });
18
19
setupEmberDebugTest(hooks);
20
21
skip('#getTypes', async function t(assert) {
0 commit comments