mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Improve test description.
This commit is contained in:
parent
e63b3a0797
commit
9d2fd2f675
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ test('Item#data', function() {
|
|||
// TODO: add tests to see if importing and exporting of Item#data works
|
||||
});
|
||||
|
||||
test('blendmode on an item in a transformed group', function() {
|
||||
test('Item#blendMode in a transformed Group', function() {
|
||||
var layer = new Layer();
|
||||
var path1 = new Path.Rectangle({
|
||||
size: [100, 100],
|
||||
|
|
Loading…
Reference in a new issue