From 91e41936229f33b9786094b681f577df9b2272d3 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Sat, 25 Nov 2017 12:58:33 +0100 Subject: [PATCH] Enable nativeImage module addRepresentation() tests Fixes #11245. --- spec/api-native-image-spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/api-native-image-spec.js b/spec/api-native-image-spec.js index 9a7896e5b945..a86bda75af94 100644 --- a/spec/api-native-image-spec.js +++ b/spec/api-native-image-spec.js @@ -442,9 +442,7 @@ describe('nativeImage module', () => { }) }) - // TODO(alexeykuzmin): Disabled during Chromium 61 upgrade. - // Fix them and enable. - xdescribe('addRepresentation()', () => { + describe('addRepresentation()', () => { it('supports adding a buffer representation for a scale factor', () => { const image = nativeImage.createEmpty()