Spaces:
Running
Running
File size: 330 Bytes
30c32c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
const test = require('tap').test;
// const ScratchBT = require('../../src/io/scratchBT');
test('constructor', t => {
t.end();
});
test('requestPeripheral', t => {
t.end();
});
test('connectPeripheral', t => {
t.end();
});
test('sendMessage', t => {
t.end();
});
test('didReceiveCall', t => {
t.end();
});
|