diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-04-29 13:47:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 13:47:58 +1000 |
commit | ef26a267aebd0f625962f019a7b0f45ae189acb9 (patch) | |
tree | 71df79c03dd498fe223595664737e5d3e686ebe8 /cli/tests/integration/run_tests.rs | |
parent | de2004dec5607257765fe0a982d988e61bd0ddcd (diff) |
fix(cli): add dom.extras lib (#14430)
Closes: #12558
Fixes: #14344
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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", |