Browse Source

Remove unnecessary test.

Afshin Darian 8 years ago
parent
commit
c7dab4017f
1 changed files with 0 additions and 13 deletions
  1. 0 13
      test/src/console/widget.spec.ts

+ 0 - 13
test/src/console/widget.spec.ts

@@ -345,19 +345,6 @@ describe('console/widget', () => {
 
 
     });
     });
 
 
-    describe('#onUpdateRequest()', () => {
-
-      it('should be called upon an update, after attach', done => {
-        expect(widget.methods).to.not.contain('onUpdateRequest');
-        Widget.attach(widget, document.body);
-        requestAnimationFrame(() => {
-          expect(widget.methods).to.contain('onUpdateRequest');
-          done();
-        });
-      });
-
-    });
-
     describe('.ContentFactory', () => {
     describe('.ContentFactory', () => {
 
 
       describe('#constructor', () => {
       describe('#constructor', () => {