Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 11, 2020
1 parent 5d2fe51 commit 9d40133
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ecmascript/transforms/tests/typescript_strip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3052,3 +3052,13 @@ to!(
",
""
);

to!(
deno_7413_2,
"
import './foo';
",
"
import './foo';
"
);

0 comments on commit 9d40133

Please sign in to comment.