mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-16 07:48:31 +08:00
5 lines
87 B
CoffeeScript
5 lines
87 B
CoffeeScript
describe 'd3 module', ->
|
|
it 'can be required', (done) ->
|
|
require 'd3'
|
|
done()
|