Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…a-ui into strict
  • Loading branch information
MarsiBarsi committed Dec 16, 2020
2 parents b9a8e15 + bc081af commit 8d76d71
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ describe('BarChart', () => {
fixture.detectChanges();
});

it('Finds max correctly', () => {
expect(testComponent.component.computedMax).toBe(6);
});

it('Uses manual max', () => {
testComponent.max = 10;
fixture.detectChanges();

expect(testComponent.component.computedMax).toBe(10);
});

it('Transposes correctly', () => {
expect(testComponent.component.transposed).toEqual([
[1, 4],
Expand Down

0 comments on commit 8d76d71

Please sign in to comment.