AP-64 (#86)
closes #64 Reviewed-on: #86
This commit was merged in pull request #86.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { EditAllowancePage } from './edit-allowance.page';
|
||||
|
||||
describe('EditAllowancePage', () => {
|
||||
let component: EditAllowancePage;
|
||||
let fixture: ComponentFixture<EditAllowancePage>;
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(EditAllowancePage);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user