dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.84k stars 587 forks source link

Add require to d3.js (Issue #220) #300

Closed lutzroeder closed 6 years ago

cpettitt commented 6 years ago

It would be great to have a test case for this so that we ensure this fixes the original issue and does not regress later. Based on #220 it looks like we could just load the dist from nodejs and do a basic sanity check.

lutzroeder commented 6 years ago

Added a simple node test and it did find a missing require in render.js.