Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 19, 2024
1 parent f18ee49 commit d1254e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function json(path) {
}
}


const TYPE_TEST_BASE = [
null,
[1, 2, 3],
Expand Down Expand Up @@ -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),
};

0 comments on commit d1254e4

Please sign in to comment.