chore(jshint): enforce jshint for tests

Closes #7264
This commit is contained in:
Shahar Talmi
2014-04-26 23:07:28 +03:00
committed by Peter Bacon Darwin
parent e16c6aa31d
commit accd35b747
69 changed files with 1402 additions and 1249 deletions

View File

@@ -1,6 +1,10 @@
'use strict';
describe("$animate", function() {
describe("without animation", function() {
var element, $rootElement;
beforeEach(module(function() {
return function($compile, _$rootElement_, $rootScope) {
element = $compile('<div></div>')($rootScope);