mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Fix test for node 12
This commit is contained in:
@ -21,7 +21,7 @@ exports.test_is_concat_spreadable = function(sym) {
|
|||||||
numeric[sym] = false;
|
numeric[sym] = false;
|
||||||
alphaNumeric = alpha.concat(numeric);
|
alphaNumeric = alpha.concat(numeric);
|
||||||
|
|
||||||
assert.deepEqual(alphaNumeric, ["a", "b", "c", [1, 2, 3]]);
|
assert.deepEqual(alphaNumeric, ["a", "b", "c", numeric]);
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.test_iterator = function(sym) {
|
exports.test_iterator = function(sym) {
|
||||||
|
Reference in New Issue
Block a user