enable tests

This commit is contained in:
Anton Lavrenov 2023-01-05 23:43:48 -05:00
parent e3f1d1c95b
commit a17eab69cb

View File

@ -386,7 +386,7 @@ describe('Image', function () {
});
});
it.only('corner radius', function (done) {
it('corner radius', function (done) {
loadImage('darth-vader.jpg', (imageObj) => {
var stage = addStage();