mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
Gotta get that unit test coverage up :)
This commit is contained in:
parent
c5cc129821
commit
91e97ebdda
1 changed files with 8 additions and 0 deletions
|
@ -143,3 +143,11 @@ test('loud? boolean', t => {
|
|||
|
||||
t.end();
|
||||
});
|
||||
|
||||
test('username block', t => {
|
||||
const rt = new Runtime();
|
||||
const sensing = new Sensing(rt);
|
||||
|
||||
t.equal(sensing.getUsername(), '');
|
||||
t.end();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue