github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/tests/unit/serializers/application-test.js (about)

     1  import { module, test } from 'qunit';
     2  import { setupTest } from 'ember-qunit';
     3  
     4  module('Unit | Serializer | application', function(hooks) {
     5    setupTest(hooks);
     6  
     7    // Replace this with your real tests.
     8    test('it exists', function(assert) {
     9      let store = this.owner.lookup('service:store');
    10      let serializer = store.serializerFor('application');
    11  
    12      assert.ok(serializer);
    13    });
    14  });