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.
2 parents e3c69d6 + 8eb17ec commit e26c8dfCopy full SHA for e26c8df
tests/unit/services/head-data-test.js
@@ -1,12 +1,11 @@
1
-/* eslint-disable prettier/prettier */
2
import { module, test } from 'qunit';
3
import { setupTest } from 'ember-qunit';
4
5
-module('Unit | Service | head-data', function(hooks) {
+module('Unit | Service | head-data', function (hooks) {
6
setupTest(hooks);
7
8
// TODO: Replace this with your real tests.
9
- test('it exists', function(assert) {
+ test('it exists', function (assert) {
10
let service = this.owner.lookup('service:head-data');
11
assert.ok(service);
12
});
0 commit comments