diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-03-11 02:56:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 20:56:14 -0500 |
| commit | 47f22777beb7eb98a07fa56fbbd40ab5c1fa231e (patch) | |
| tree | aa61065f07df3c1ad5a28326801720593a8cdd19 /cli/tests/integration/mod.rs | |
| parent | 808f797633ba82c0e9198481ddd742284a03cb9c (diff) | |
feat: "deno task" subcommand (#13725)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/tests/integration/mod.rs')
| -rw-r--r-- | cli/tests/integration/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/integration/mod.rs b/cli/tests/integration/mod.rs index 2a1e69bd1..8d934dc0f 100644 --- a/cli/tests/integration/mod.rs +++ b/cli/tests/integration/mod.rs @@ -80,6 +80,8 @@ mod lsp; mod repl; #[path = "run_tests.rs"] mod run; +#[path = "task_tests.rs"] +mod task; #[path = "test_tests.rs"] mod test; #[path = "upgrade_tests.rs"] |
