Remove test file

This commit is contained in:
Maria Camila Cubides 2021-05-04 12:27:58 -05:00
parent 377048de7c
commit d180f89287

View File

@ -1,8 +0,0 @@
const network = require('../lib/network');
async function getNetwork() {
console.log(await network.networkGatewayDefault());
}
getNetwork();