From fae919d276af8742c489eb6a41739b396dafd306 Mon Sep 17 00:00:00 2001 From: Robert-Frampton Date: Mon, 30 Oct 2017 16:05:28 -0700 Subject: [PATCH] Add temporary workaround to get tests running properly --- test/DragDrop.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/DragDrop.js b/test/DragDrop.js index 0fc9179..303daf3 100644 --- a/test/DragDrop.js +++ b/test/DragDrop.js @@ -12,6 +12,9 @@ describe('DragDrop', function() { var target2; beforeEach(function() { + // Temporary workaround for https://github.com/metal/metal.js/issues/287 + DragDrop.hasConfiguredState_ = false; + var html = '
'; dom.append(document.body, html);