Skip to content

Commit

Permalink
Add a test for denoland/deno#8481
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 27, 2020
1 parent b251d0f commit 0a979bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundler/tests/deno.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@ fn deno_8486_1() {
run("tests/deno/issue-8486-1/input.ts", &["myCLI"]);
}

#[test]
fn deno_8481_1() {
run(
"https://raw.githubusercontent.com/nats-io/nats.ws/master/src/mod.ts",
&[""],
)
}

#[test]
fn merging_order_01() {
run(
Expand Down

0 comments on commit 0a979bc

Please sign in to comment.