diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index fafce3eb0..e3f4bd085 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1957,6 +1957,12 @@ itest!(deno_lint { exit_code: 1, }); +itest!(deno_lint_glob { + args: "lint --unstable lint/", + output: "lint/expected_glob.out", + exit_code: 1, +}); + #[test] fn cafile_fetch() { use url::Url; |