From d1254e4be8adece339f0ad7a7fef0361dac148ae Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 19 Nov 2024 07:41:04 +0000 Subject: [PATCH] Lint --- test/utils.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/utils.js b/test/utils.js index 4efce10..33af72d 100644 --- a/test/utils.js +++ b/test/utils.js @@ -22,7 +22,6 @@ export function json(path) { } } - const TYPE_TEST_BASE = [ null, [1, 2, 3], @@ -51,4 +50,7 @@ const TYPE_TEST_NOT_STR = [ 'bee', new String('1234'), ]; -export const TYPE_TEST = { hex: TYPE_TEST_BASE.concat(TYPE_TEST_NOT_STR), bytes: TYPE_TEST_BASE.concat(TYPE_TEST_NOT_STR) }; +export const TYPE_TEST = { + hex: TYPE_TEST_BASE.concat(TYPE_TEST_NOT_STR), + bytes: TYPE_TEST_BASE.concat(TYPE_TEST_NOT_STR), +};