Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it("should properly calculate values", () => {
expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
});
});
it("should properly calculate values", () => {
expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
});
});
it("should properly calculate values", () => {
expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
});
});
it("should properly calculate values", () => {
expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
});
});
it("should properly calculate values", () => {
expect(Scrollbar.computeThumbSize(100, 200, 100, 0)).toBe(50);
expect(Scrollbar.computeThumbSize(50, 100, 50, 70)).toBe(70);
expect(Scrollbar.computeThumbSize(100.25, 224.3, 104.7, 30)).toBe(47);
expect(Scrollbar.computeThumbSize(100, 100, 100, 30)).toBe(0);
expect(Scrollbar.computeThumbSize(0, 0, 0, 0)).toBe(0);
});
});