Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
217 B
JavaScript
13 lines
217 B
JavaScript
const test = require('tap').test;
|
|
// const MicroBit = require('../../src/extensions/scratch3_microbit/index.js');
|
|
|
|
test('displayText', t => {
|
|
t.end();
|
|
});
|
|
|
|
test('displayMatrix', t => {
|
|
t.end();
|
|
});
|
|
|
|
// etc...
|