it('y-min should be less than y-max', () => {
        const min = 10;
        const max = 5;
        
        const errSpy = spyOn(console, 'error');