diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e5caf02..2abf1d0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,8 @@ jobs: displayName: "js-sys test suite" - script: cargo test --target wasm32-unknown-unknown -p webidl-tests displayName: "webidl-tests test suite" + env: + WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE: 1 - script: cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features "Node Window Document" displayName: "web-sys build"