This commit is contained in:
Anton Lavrenov
2018-04-19 14:38:59 +07:00
parent 272dafe398
commit 7cfef08872
4 changed files with 6 additions and 21 deletions

View File

@@ -1131,7 +1131,7 @@ suite('Stage', function() {
assert.equal(stage.getIntersection(pos), circle, 'circle again');
});
test.only('toDataURL should use pixelRatio 1 by default', function(done) {
test('toDataURL should use pixelRatio 1 by default', function(done) {
var stage = addStage();
var url = stage.toDataURL();