canti primo tag
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { PlayerPage } from './player.page';
|
||||
|
||||
describe('PlayerPage', () => {
|
||||
let component: PlayerPage;
|
||||
let fixture: ComponentFixture<PlayerPage>;
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(PlayerPage);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user