mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Removed almost all JSHint warnings.
This commit is contained in:
@@ -2,9 +2,9 @@ describe('install', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./').name))
|
||||
|
||||
it('should ...', inject(function($filter) {
|
||||
it('should ...', inject(function() {
|
||||
|
||||
var filter = $filter('installError')
|
||||
//var filter = $filter('installError')
|
||||
|
||||
//expect(filter('input')).toEqual('output')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user