UNPKG
brazilianutils
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Lots of utilities for Node.js
github.com/giovannifersan/brazilianutils
giovannifersan/brazilianutils
brazilianutils
/
tests
/
consoleUtilsTest.js
12 lines
(10 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'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
(); } };