Bläddra i källkod

ddescribe -> describe

Casey Holzer 9 år sedan
förälder
incheckning
5325b8e8f7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/automated/height-and-contentHeight.js

+ 1 - 1
tests/automated/height-and-contentHeight.js

@@ -81,7 +81,7 @@
 							});
 						}
 
-						ddescribe('when there are no events', function() {
+						describe('when there are no events', function() {
 							it('should be the specified height, with no scrollbars', function() {
 								init(testInfo.height);
 								expect(Math.round(heightElm.outerHeight())).toBe(600);