Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 19, 2024
1 parent 83dcfc6 commit 25d79bf
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/app/core/guard/travelperk-token.guard.spec.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
import { TestBed } from '@angular/core/testing';
import { CanActivateFn } from '@angular/router';

import { travelperkTokenGuard } from './travelperk-token.guard';

describe('travelperkTokenGuard', () => {
const executeGuard: CanActivateFn = (...guardParameters) =>
TestBed.runInInjectionContext(() => travelperkTokenGuard(...guardParameters));

beforeEach(() => {
TestBed.configureTestingModule({});
});

it('should be created', () => {
expect(executeGuard).toBeTruthy();
});
});

Check failure on line 1 in src/app/core/guard/travelperk-token.guard.spec.ts

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces not allowed

0 comments on commit 25d79bf

Please sign in to comment.