From c578283fb984dc286d6d24e72d947ba9aa03a88e Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Thu, 16 Jan 2025 23:32:37 +0900 Subject: [PATCH] Update color.test.ts --- test/color.test.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/color.test.ts b/test/color.test.ts index b5de82a..1ba6091 100644 --- a/test/color.test.ts +++ b/test/color.test.ts @@ -177,8 +177,11 @@ describe('transform matrix', () => { }); it('should throw', () => { - assert.throws(() => func(['foo', [], []]), TypeError, - 'foo is not an array.'); + assert.throws( + () => func(['foo', [], []]), + TypeError, + 'foo is not an array.' + ); }); it('should throw', () => {