Skip to content

Commit eece985

Browse files
updated the hsb_test file
1 parent ec34176 commit eece985

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/unit/color/hsb.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515

1616
import HSBSpace from '../../../src/color/color_spaces/hsb.js';
1717

18-
assert.arrayApproximately = function (arr1, arr2, delta, desc) {
19-
assert.equal(arr1.length, arr2.length);
20-
for (var i = 0; i < arr1.length; i++) {
21-
assert.approximately(arr1[i], arr2[i], delta, desc);
22-
}
23-
}
24-
2518
suite('color/HSB Color Space', function() {
2619
const accuracy = 0.01;
2720

0 commit comments

Comments
 (0)