From 881e1e8164f1661158bac24f7ec03b969a0a8a02 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 25 Mar 2021 22:09:03 +1100 Subject: fix(cli): re-add dom.asynciterable lib (#9888) Fixes: #9881 --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 96223c438..6589eb135 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3259,6 +3259,11 @@ console.log("finish"); output: "runtime_decorators.ts.out", }); + itest!(lib_dom_asynciterable { + args: "run --quiet --unstable --reload lib_dom_asynciterable.ts", + output: "lib_dom_asynciterable.ts.out", + }); + itest!(lib_ref { args: "run --quiet --unstable --reload lib_ref.ts", output: "lib_ref.ts.out", -- cgit v1.2.3