diff options
Diffstat (limited to 'test/ngAnimate/animateSpec.js')
| -rw-r--r-- | test/ngAnimate/animateSpec.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/ngAnimate/animateSpec.js b/test/ngAnimate/animateSpec.js index a5123929..d626d60e 100644 --- a/test/ngAnimate/animateSpec.js +++ b/test/ngAnimate/animateSpec.js @@ -3,6 +3,7 @@  describe("ngAnimate", function() {    beforeEach(module('ngAnimate')); +  beforeEach(module('ngAnimateMock'));    it("should disable animations on bootstrap for structural animations even after the first digest has passed", function() { | 
