25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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