From ef26a267aebd0f625962f019a7b0f45ae189acb9 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 29 Apr 2022 13:47:58 +1000 Subject: fix(cli): add dom.extras lib (#14430) Closes: #12558 Fixes: #14344 --- cli/tests/integration/run_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration/run_tests.rs') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 4c4b42142..09c09d103 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -991,6 +991,11 @@ itest!(lib_dom_asynciterable { output: "lib_dom_asynciterable.ts.out", }); +itest!(lib_dom_extras { + args: "run --quiet --unstable --reload lib_dom_extras.ts", + output: "lib_dom_extras.ts.out", +}); + itest!(lib_ref { args: "run --quiet --unstable --reload lib_ref.ts", output: "lib_ref.ts.out", -- cgit v1.2.3