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');