Merge pull request #674 from danvk/module
[dygraphs.git] / auto_tests / tests / fast_canvas_proxy.js
index 5d3322b..217dbd6 100644 (file)
@@ -3,13 +3,11 @@
  *
  * @author danvdk@gmail.com (Dan Vanderkam)
  */
-describe("fast-canvas-proxy", function() {
 
-beforeEach(function() {
-});
+import DygraphCanvasRenderer from '../../src/dygraph-canvas';
+import Proxy from './Proxy';
 
-afterEach(function() {
-});
+describe("fast-canvas-proxy", function() {
 
 var fakeCanvasContext = {
   moveTo: function() {},