UNPKG

brazilianutils

Version:
12 lines (10 loc) 302 B
'use strict'; module.exports = { '__name': { '': function(test) { test.done(); } }, '__description': { '': function(test) { test.done(); } }, 'clearScreen': function(test){ //not sure how to test the screen being cleaned! //maybe not testable test.done(); } };