X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fhidpi.js;h=1dd131c7b48d1fedc5da453f4d04787eafd73b98;hb=87f78fb2306da355f82c436ee204cacf7a06fe10;hp=cdf0ee4809a4fe37a4650916673b16d32c1afd58;hpb=3123ca57f71d145bb5bcc4a2f754d3dff3225346;p=dygraphs.git diff --git a/auto_tests/tests/hidpi.js b/auto_tests/tests/hidpi.js index cdf0ee4..1dd131c 100644 --- a/auto_tests/tests/hidpi.js +++ b/auto_tests/tests/hidpi.js @@ -3,14 +3,17 @@ * * @author danvdk@gmail.com (Dan Vanderkam) */ + +import Dygraph from '../../src/dygraph'; + describe("hidpi", function() { +cleanupAfterEach(); + var savePixelRatio; beforeEach(function() { savePixelRatio = window.devicePixelRatio; window.devicePixelRatio = 2; - - document.body.innerHTML = "
"; }); afterEach(function() {