canti primo tag

This commit is contained in:
David Frassi
2026-05-16 17:24:59 +02:00
commit 0c33fc6fcf
106 changed files with 28210 additions and 0 deletions
+17
View File
@@ -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();
});
});