prevent tty truncation in `test/compress` (#3530)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sat, 26 Oct 2019 21:00:21 +0000 (05:00 +0800)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 21:00:21 +0000 (05:00 +0800)
test/compress.js

index c2e747c..6fc0b97 100644 (file)
@@ -1,3 +1,7 @@
+"use strict";
+
+require("../tools/exit");
+
 var assert = require("assert");
 var child_process = require("child_process");
 var fs = require("fs");