jonpitch/danger-brewing

View on GitHub
tests/unit/controllers/application-test.js

Summary

Maintainability
A
0 mins
Test Coverage
import { moduleFor, test } from 'ember-qunit';

moduleFor('controller:application', 'Unit | Controller | application', {
  needs: [
    'service:metrics'
  ]
});

// Replace this with your real tests.
test('it exists', function(assert) {
  let controller = this.subject();
  assert.ok(controller);
});