Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

18 righe
489 B

  1. import { ComponentFixture, TestBed } from '@angular/core/testing';
  2. import { ChantMantrasPage } from './chant-mantras.page';
  3. describe('ChantMantrasPage', () => {
  4. let component: ChantMantrasPage;
  5. let fixture: ComponentFixture<ChantMantrasPage>;
  6. beforeEach(async(() => {
  7. fixture = TestBed.createComponent(ChantMantrasPage);
  8. component = fixture.componentInstance;
  9. fixture.detectChanges();
  10. }));
  11. it('should create', () => {
  12. expect(component).toBeTruthy();
  13. });
  14. });