Skip to content

Commit

Permalink
removed capitalize test case
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavinPatel04 committed Aug 29, 2019
1 parent ecf18ab commit a0bb75a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,6 @@ describe("NgxDatetimeRangePickerComponent", () => {
expect(component.calendarAvailable[side]).toBeTruthy();
});

it("#capitalize", () => {
const day = "su";
expect(component.capitalize(day)).toEqual("Su");
});

it("#updateInputField", () => {
const endDate = component.config.endDate;
component.config.type = "weekly";
Expand Down

0 comments on commit a0bb75a

Please sign in to comment.