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

@@ -145,5 +145,5 @@ describe('$cookieStore', function() {
$browser.cookieHash['blankCookie'] = '';
$browser.poll();
expect($cookieStore.get("blankCookie")).toEqual('');
}))
}));
});