From 4224cd5182bc93e4a210f75e0a4e4de7f3c544e8 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 22 Jan 2014 19:28:42 -0500 Subject: fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all test helper code for ngAnimate Closes #5822 Closes #5917 --- test/ngAnimate/animateSpec.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ngAnimate/animateSpec.js') 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() { -- cgit v1.2.3