Add test for d3 module.
This commit is contained in:
parent
963b73a8aa
commit
f9750f9ea9
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
"walkdir": "*",
|
"walkdir": "*",
|
||||||
"unzip": "*",
|
"unzip": "*",
|
||||||
|
"d3": "*",
|
||||||
"int64-native": "*"
|
"int64-native": "*"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
5
spec/modules/d3.coffee
Normal file
5
spec/modules/d3.coffee
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
describe 'modules', ->
|
||||||
|
describe 'd3 module', ->
|
||||||
|
it 'can be required', (done) ->
|
||||||
|
require 'd3'
|
||||||
|
done()
|
Loading…
Reference in a new issue