2018-11-24 17:03:51 +08:00

12 lines
314 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:local-product/edit', 'Unit | Route | local product/edit', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});