summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-09-14 11:46:50 +0100
committerGitHub <noreply@github.com>2020-09-14 12:46:50 +0200
commitf874b83aa06c183400bbe04bc35e87acbaad9699 (patch)
treeecafc9492d78237321ff7abb27877b87610d3e02 /cli/tests/integration_tests.rs
parent4baf61993cfe0dfd5b2239666565c60f7fda496a (diff)
test(cli/tests/unit): Enable color for js_unit_tests (#7443)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index b58469640..1b16c5769 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -614,7 +614,6 @@ fn js_unit_tests() {
.arg("cli/tests/unit/unit_test_runner.ts")
.arg("--master")
.arg("--verbose")
- .env("NO_COLOR", "1")
.spawn()
.expect("failed to spawn script");
let status = deno.wait().expect("failed to wait for the child process");