mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Removed almost all JSHint warnings.
This commit is contained in:
parent
2a5a7bae9a
commit
1e961763bd
31 changed files with 92 additions and 93 deletions
|
@ -2,7 +2,7 @@ describe('FatalMessageService', function() {
|
|||
|
||||
beforeEach(angular.mock.module(require('./').name));
|
||||
|
||||
it('should ...', inject(function(FatalMessageService) {
|
||||
it('should ...', inject(function() {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue