base.test.js
323 Bytes
import expect from 'expect.js';
import muk from 'muk';
describe('base.js', function() {
describe('init', function() {
it();
});
describe('send', function() {
it();
});
describe('receive', function() {
it();
});
describe('procFunc', function() {
it();
});
});