Initial commit of 001code-html Scratch frontend project.
Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
26
scratch-vm/test/unit/io_scratchBLE.js
Normal file
26
scratch-vm/test/unit/io_scratchBLE.js
Normal file
@@ -0,0 +1,26 @@
|
||||
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();
|
||||
});
|
||||
Reference in New Issue
Block a user