summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorAlan Gou <alan@frontapp.com>2020-06-19 02:05:37 -0700
committerGitHub <noreply@github.com>2020-06-19 11:05:37 +0200
commitffedbd79ad90bc88ef8c51d145536f68f50d4fea (patch)
treec774772d18867fe08a87429446c473be2fc856c5 /cli/tests/integration_tests.rs
parent36ad5e44020a8bd48546e5a8bdb7db9c2f40dc52 (diff)
build: lint cli/tests/unit using deno lint (#6327)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 235d6ce11..cbd0dbc26 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -37,6 +37,7 @@ fn std_lint() {
.arg("lint")
.arg("--unstable")
.arg(util::root_path().join("std"))
+ .arg(util::root_path().join("cli/tests/unit"))
.spawn()
.unwrap()
.wait()