mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
Merge pull request #1484 from alexcrichton/new-node
Upgrade version of node.js used on Azure
This commit is contained in:
commit
26df24ae6a
@ -3,4 +3,4 @@ steps:
|
|||||||
displayName: "Add WebAssembly target via rustup"
|
displayName: "Add WebAssembly target via rustup"
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '>=10.11'
|
versionSpec: '>=12.0'
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user