X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fgviz.js;h=735e6f8171d03ca0b0ebe10685ea99bd118d674d;hb=287c4d68da47248a301bc9087d3b3c7f4ea36a44;hp=c663029d83e17f0e50ab2de1addeb80962d6b357;hpb=7bf909a7b076b5296734a6222e62ed1084e9c935;p=dygraphs.git diff --git a/auto_tests/tests/gviz.js b/auto_tests/tests/gviz.js index c663029..735e6f8 100644 --- a/auto_tests/tests/gviz.js +++ b/auto_tests/tests/gviz.js @@ -2,14 +2,13 @@ * Unit tests for GViz data table support. */ -describe('gviz', function() { +import Dygraph from '../../src/dygraph'; - beforeEach(function() { - document.body.innerHTML = "
"; - }); +import Util from './Util'; - afterEach(function() { - }); +describe('gviz', function() { + + cleanupAfterEach(); // This is a fake version of the gviz DataTable API, which can only be // sourced using the google js loader.