Skip to content

Commit

Permalink
test type modifiers on import names
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Nov 17, 2021
1 parent 77a62b1 commit 905c9fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cli/tests/integration/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,16 @@ itest!(fetch_response_finalization {
exit_code: 0,
});

itest!(import_type {
args: "run --reload import_type.ts",
output: "import_type.ts.out",
});

itest!(import_type_no_check {
args: "run --reload --no-check import_type.ts",
output: "import_type.ts.out",
});

itest!(lock_write_requires_lock {
args: "run --lock-write some_file.ts",
output: "lock_write_requires_lock.out",
Expand Down

0 comments on commit 905c9fd

Please sign in to comment.