soiz1's picture
Upload 811 files
30c32c8 verified
raw
history blame
360 Bytes
const test = require('tap').test;
// const ScratchBLE = require('../../src/io/scratchBLE');
test('constructor', t => {
t.end();
});
test('waitForSocket', t => {
t.end();
});
test('requestPeripheral', t => {
t.end();
});
test('didReceiveCall', t => {
t.end();
});
test('read', t => {
t.end();
});
test('write', t => {
t.end();
});