fix(core): update
This commit is contained in:
		| @@ -1,9 +1,10 @@ | ||||
| import { tap, expect } from '@pushrocks/tapbundle'; | ||||
| import * as smartsystem from '../ts/index'; | ||||
| import { systeminformation } from '../ts/smartsystem.plugins'; | ||||
|  | ||||
| let smartsystemInstance: smartsystem.Smartsystem; | ||||
|  | ||||
| tap.test('should create a smartsystem instance', async tools => { | ||||
| tap.test('should create a smartsystem instance', async (tools) => { | ||||
|   smartsystemInstance = new smartsystem.Smartsystem(); | ||||
|   expect(smartsystemInstance).to.be.instanceOf(smartsystem.Smartsystem); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user