We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eb3d5 commit 4709358Copy full SHA for 4709358
lib/amd-compat-entrypoints/ember-testing.js
@@ -1,3 +1,9 @@
1
+/* eslint-disable */
2
+
3
+// This file was derived from the output of the classic broccoli-based build of
4
+// ember-testing.js. It's intended to convey exactly how the authored ES modules
5
+// get mapped into backward-compatible AMD defines.
6
7
import * as emberDebugIndex from '@ember/debug/index';
8
define('@ember/debug/index', [], () => emberDebugIndex);
9
0 commit comments