aboutsummaryrefslogtreecommitdiff
path: root/test/test-helper.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-helper.el')
-rw-r--r--test/test-helper.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-helper.el b/test/test-helper.el
index 817972b..4a57855 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -12,9 +12,4 @@
(let ((helpful-dir (f-parent (f-dirname (f-this-file)))))
(add-to-list 'load-path helpful-dir))
-(require 'undercover)
-(undercover "helpful.el"
- (:exclude "*-test.el")
- (:report-file "/tmp/undercover-report.json"))
-
;;; test-helper.el ends here