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

     1  import { module, test } from 'qunit';
     2  import { setupTest } from 'ember-qunit';
     3  
     4  module('Unit | Adapter | policy', 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:policy');
    10      assert.ok(adapter);
    11    });
    12  });