X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fplugins.js;fp=auto_tests%2Ftests%2Fplugins.js;h=f339656040320398b7ff27d84517bd02fa4f95b8;hb=e8c70e4e0f4c124a2c68eb43d6ec4e781d1bf810;hp=1abccd470443332603ea0be60f730f6f0f0d141d;hpb=6ecc073934b76e5076f917112a24ff7094857730;p=dygraphs.git diff --git a/auto_tests/tests/plugins.js b/auto_tests/tests/plugins.js index 1abccd4..f339656 100644 --- a/auto_tests/tests/plugins.js +++ b/auto_tests/tests/plugins.js @@ -3,13 +3,17 @@ * * @author konigsberg@google.com (Robert Konigsberg) */ + +import Dygraph from '../../src/dygraph'; +import DygraphOps from './DygraphOps'; + describe("plugins", function() { +cleanupAfterEach(); + var data; beforeEach(function() { - document.body.innerHTML = "
"; - data = "X,Y1,Y2\n" + "0,1,2\n" + "1,2,1\n" + @@ -18,9 +22,6 @@ beforeEach(function() { ; }); -afterEach(function() { -}); - it('testWillDrawChart', function() { var draw = 0;