mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-30 12:33:54 +03:00
Fix test for node 12
This commit is contained in:
parent
7882fe7807
commit
dea5bad698
@ -21,7 +21,7 @@ exports.test_is_concat_spreadable = function(sym) {
|
||||
numeric[sym] = false;
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user