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 2c752b9 commit d37dc90Copy full SHA for d37dc90
‎addons/api/tests/unit/adapters/application-test.js‎
@@ -24,6 +24,7 @@ module('Unit | Adapter | application', function (hooks) {
24
const adapter = this.owner.lookup('adapter:application');
25
assert.ok(adapter.namespace);
26
assert.strictEqual(adapter.namespace, config.api.namespace);
27
+ assert.true(false);
28
});
29
30
test('it generates correct URL prefixes', function (assert) {
0 commit comments