You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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