UNPKG

kue-ui

Version:
15 lines (12 loc) 276 B
import { moduleFor, test } from 'ember-qunit'; moduleFor('route:jobs/show', 'JobsShowRoute', { // Specify the other units that are required for this test. // needs: ['controller:foo'] }); test('it exists', function() { var route = this.subject(); ok(route); });