We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a413e5 commit ff9fde6Copy full SHA for ff9fde6
test-apps/ember-fetch-v8/tests/ember-fetch-test.js
@@ -8,7 +8,7 @@ module('ember-fetch@8', function (hooks) {
8
setupTest(hooks);
9
10
test('it waits for the fetch to be done', async function (assert) {
11
- const promise = fetch('test-file.json');
+ const promise = fetch('/test-file.json');
12
13
assert.strictEqual(promise._state, undefined);
14
assert.strictEqual(promise._result, undefined);
0 commit comments