simplified stuff (thx WebStorm)
This commit is contained in:
@@ -23,11 +23,11 @@ Deno.test("isBoolean (no match)", async () => {
|
||||
1,
|
||||
"",
|
||||
"foo",
|
||||
new String(),
|
||||
new String("bar"),
|
||||
String(),
|
||||
String("bar"),
|
||||
() => {},
|
||||
function named() {},
|
||||
new Object(),
|
||||
{},
|
||||
Symbol(),
|
||||
];
|
||||
for (const value of values) {
|
||||
|
||||
Reference in New Issue
Block a user