diff --git a/src/utils/ColorPicker.js b/src/utils/ColorPicker.js index 307114d61..2018513c7 100644 --- a/src/utils/ColorPicker.js +++ b/src/utils/ColorPicker.js @@ -1211,7 +1211,7 @@ // https://github.com/bgrins/TinyColor // Brian Grinstead, MIT License - (function() { + //(function() { var trimLeft = /^[\s,#]+/, trimRight = /\s+$/, @@ -2310,7 +2310,7 @@ } window.tinycolor = tinycolor; - })(); + //})(); $(function () { if ($.fn.spectrum.load) { diff --git a/test/specs/grapesjs/index.js b/test/specs/grapesjs/index.js index d3e5253b1..ab64735a2 100644 --- a/test/specs/grapesjs/index.js +++ b/test/specs/grapesjs/index.js @@ -2,7 +2,7 @@ const PluginManager = require('plugin_manager'); describe('GrapesJS', () => { - describe.skip('Main', () => { + describe.only('Main', () => { var obj; var fixtures;