Skip to content

Commit

Permalink
test: NgxSecurityGuard unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mselerin committed Oct 3, 2018
1 parent 90aa23c commit 9c15ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-security/src/lib/ngx-security.guard.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { inject, TestBed } from '@angular/core/testing';

import { NgxSecurityGuard } from './ngx-security.guard';
import { RouterTestingModule } from '@angular/router/testing';

describe('NgxSecurityGuard', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [NgxSecurityGuard]
imports: [RouterTestingModule]
});
});

Expand Down

0 comments on commit 9c15ff5

Please sign in to comment.