mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Fix temporary test name
This commit is contained in:
parent
9cafb6d55f
commit
022a4c9c81
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ test('path.strokeBounds with applyMatrix disabled', function() {
|
|||
testHitResult();
|
||||
});
|
||||
|
||||
test('TEST', function() {
|
||||
test('path.strokeBounds with applyMatrix enabled', function() {
|
||||
var path = new Path.Rectangle({
|
||||
applyMatrix: false,
|
||||
point: [10, 10],
|
||||
|
|
Loading…
Reference in a new issue