UNPKG

thintalk

Version:

Very thin RPC layer using TPC and IPC

12 lines (9 loc) 264 B
/** * Copyright (c) 2012 Andreas Madsen * MIT License */ var common = require('../common'), vows = require('vows'); var test = vows.describe('Testing IPC requester abstract layer'); common.setupAbstractBatch(test, 'requester', 'IPC'); test.exportTo(module);