switch to native ipc to scale down on dependencies
This commit is contained in:
13
test/test.ts
Normal file
13
test/test.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import 'typings-test'
|
||||
import * as should from 'should'
|
||||
|
||||
import * as smartipc from '../dist/index'
|
||||
|
||||
let testIpcMaster: smartipc.IpcMaster
|
||||
|
||||
describe('smartipc',function(){
|
||||
it('should create an instance of IpcMaster',function(){
|
||||
testIpcMaster = new smartipc.IpcMaster({})
|
||||
should(testIpcMaster).be.instanceof(smartipc.IpcMaster)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user