File size: 217 Bytes
30c32c8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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...