UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
packages
/
omelox-monitor
/
test
/
systemTest.js
10 lines
(7 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
systemMonitor =
require
(
'../lib/systemMonitor'
);
function
test
(
) { systemMonitor.
getSysInfo
(
function
(
err, data
) {
console
.
log
(
'operating-system information is: '
, data); }); };
test
();