Delete test file

This commit is contained in:
ricardopolo
2019-11-28 10:35:08 -05:00
parent 417432b125
commit 1d43523d0f
-8
View File
@@ -1,8 +0,0 @@
const si = require('./lib/network');
async function test(){
const result = await si.networkInterfaces();
console.log(result);
}
test();