fix(core): update

This commit is contained in:
2019-09-08 15:56:50 +02:00
parent af07a53053
commit 44bfff2a6b
6 changed files with 459 additions and 162 deletions

View File

@ -12,4 +12,8 @@ tap.test('should state the operating system', async () => {
expect(smartsystemInstance.cpus.length).to.be.greaterThan(0);
});
tap.test('should get systeminformation', async () => {
console.log(await smartsystemInstance.information.networkInterfaceDefault());
});
tap.start();