Skip to content

Commit

Permalink
chore(build): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Dec 16, 2020
1 parent 16c56bb commit bc081af
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 bc081af

Please sign in to comment.