save dialog
This commit is contained in:
16
src/app/modules/songs/song/edit/edit-song.guard.spec.ts
Normal file
16
src/app/modules/songs/song/edit/edit-song.guard.spec.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import {TestBed} from '@angular/core/testing';
|
||||
|
||||
import {EditSongGuard} from './edit-song.guard';
|
||||
|
||||
describe('EditSongGuard', () => {
|
||||
let guard: EditSongGuard;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
guard = TestBed.inject(EditSongGuard);
|
||||
});
|
||||
|
||||
it('should be created', () => {
|
||||
expect(guard).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user