ember-cli-sliding-menu
Version:
The convenient sliding-menu component
16 lines (13 loc) • 327 B
JavaScript
import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('service:menu-progress', 'MenuProgressService', {
// Specify the other units that are required for this test.
// needs: ['service:foo']
});
// Replace this with your real tests.
test('it exists', function() {
var service = this.subject();
ok(service);
});