UNPKG

226 BJavaScriptView Raw
1var tape = require('tape-catch'),
2 d3 = require('../build/d3-er'),
3 jsdom = require('jsdom')
4
5
6tape('d3 returns custom function bullet.', function (test) {
7 test.equal(typeof d3.bullet(), 'function')
8 test.end()
9})
\No newline at end of file