github.com/outbrain/consul@v1.4.5/ui-v2/tests/unit/adapters/dc-test.js (about)

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