Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

chant-mantras.page.spec.ts 489 B

1 год назад
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. });