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 b185a9f commit f15771cCopy full SHA for f15771c
ember_debug_test_app/ember-cli-build.js
@@ -18,7 +18,7 @@ module.exports = function (defaults) {
18
'ember_debug.js',
19
'background.js',
20
'content-script.js',
21
- 'panes-*/**/*',
+ 'panes-3-16-0',
22
],
23
}),
24
},
ember_debug_test_app/tests/integration/injection-test.js
@@ -134,7 +134,7 @@ class ChromeApi {
134
if (url.startsWith('/')) {
135
url = url.slice(1);
136
}
137
- return '/testing/' + url;
+ return '/' + url;
138
139
connect() {
140
const other = self.connectToOther;
0 commit comments