X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fvisibility.js;fp=auto_tests%2Ftests%2Fvisibility.js;h=1cc3764b29bbd7249fdcea1206cb7b5db5ef8330;hb=e8c70e4e0f4c124a2c68eb43d6ec4e781d1bf810;hp=5f54639bef8da7630283980af9b7c1b7f28691b2;hpb=6ecc073934b76e5076f917112a24ff7094857730;p=dygraphs.git diff --git a/auto_tests/tests/visibility.js b/auto_tests/tests/visibility.js index 5f54639..1cc3764 100644 --- a/auto_tests/tests/visibility.js +++ b/auto_tests/tests/visibility.js @@ -3,14 +3,12 @@ * @author sergeyslepian@gmail.com */ -describe("visibility", function() { +import Dygraph from '../../src/dygraph'; +import Util from './Util'; -beforeEach(function() { - document.body.innerHTML = "
"; -}); +describe("visibility", function() { -afterEach(function() { -}); +cleanupAfterEach(); /** * Does a bunch of the shared busywork of setting up a graph and changing its visibility.