rm new
This commit is contained in:
@@ -101,7 +101,7 @@ var testCases = [
|
||||
|
||||
{ name: 'nested_object', input: { num: 42, arr: [1, -1, 2.5], str: 'test', obj: { x: true } } },
|
||||
|
||||
{ name: 'empty_blob', input: new blob() },
|
||||
{ name: 'empty_blob', input: blob() },
|
||||
{ name: 'nested_array', input: [[]] },
|
||||
{ name: 'empty_key_val', input: { '': '' } },
|
||||
{ name: 'small_float', input: 1e-10 }
|
||||
|
||||
Reference in New Issue
Block a user