mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Improve Symbol test.
This commit is contained in:
parent
c8049c6298
commit
a73c77e44f
1 changed files with 3 additions and 0 deletions
|
@ -34,4 +34,7 @@ test('Symbol definition selection', function() {
|
|||
equals(function() {
|
||||
return symbol.definition.selected == false;
|
||||
}, true);
|
||||
equals(function() {
|
||||
return paper.project.selectedItems.length == 0;
|
||||
}, true);
|
||||
});
|
Loading…
Reference in a new issue