diff --git a/src/components/sticky/sticky.spec.js b/src/components/sticky/sticky.spec.js index 57cde72696a..9de51f9e8f4 100644 --- a/src/components/sticky/sticky.spec.js +++ b/src/components/sticky/sticky.spec.js @@ -1,5 +1,6 @@ -ddescribe('$materialStickySpec', function() { +describe('$materialStickySpec', function() { beforeEach(module('materia.components.sticky')); + // Todo, how to test this stuff? it('adds material-sticky-active to active element'); it('adds material-transition to a transitioning element'); it('computes the style of transition elements on scroll');