mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
move stray test into the first suite
This commit is contained in:
parent
c111977e38
commit
1c36dd55e5
1 changed files with 4 additions and 4 deletions
|
@ -37,11 +37,11 @@ define(function (require) {
|
|||
checker.destroy();
|
||||
});
|
||||
|
||||
it('is an event emitter', function () {
|
||||
expect(checker).to.be.a(EventEmitter);
|
||||
});
|
||||
describe('basic functionality', function () {
|
||||
it('is an event emitter', function () {
|
||||
expect(checker).to.be.a(EventEmitter);
|
||||
});
|
||||
|
||||
describe('instantiation', function () {
|
||||
it('listens for the "reflow" event of the reflowWatchers', function () {
|
||||
expect(reflowSpies.on).to.have.property('callCount', 1);
|
||||
var call = reflowSpies.on.getCall(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue