No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

chant-mantras.page.spec.ts 489 B

1234567891011121314151617
  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. });