From 64e9e4a19da36a2876becaddb49ad6445507367d Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Sun, 19 Jul 2015 09:41:56 -0500 Subject: [PATCH] Run the screen tests. --- test/all.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/all.js b/test/all.js index f95031af..fc15dd87 100644 --- a/test/all.js +++ b/test/all.js @@ -1 +1,3 @@ -require('./mouse'); \ No newline at end of file +//Run all tests. +require('./mouse'); +require('./screen');