mirror of https://github.com/rancher/ui.git
Jshint
This commit is contained in:
parent
90afecfee2
commit
d4ab881161
|
|
@ -1,28 +0,0 @@
|
|||
import {
|
||||
moduleFor,
|
||||
test
|
||||
} from 'ember-qunit';
|
||||
|
||||
import Ember from 'ember';
|
||||
import { initialize } from 'ui/initializers/lookup';
|
||||
|
||||
var container, application;
|
||||
|
||||
moduleFor('initializer:lookup', {
|
||||
setup: function() {
|
||||
Ember.run(function() {
|
||||
container = new Ember.Container();
|
||||
application = Ember.Application.create();
|
||||
application.deferReadiness();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it works', function(assert) {
|
||||
initialize(container, application);
|
||||
|
||||
// you would normally confirm the results of the initializer here
|
||||
assert.ok(true);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue