UNPKG

266 Btext/coffeescriptView Raw
1Ephemeris = require('../../index').Ephemeris
2assert = require("chai").assert
3should = require("chai").should()
4
5
6describe "Ephemeris", ->
7
8 describe "instantiating without options", ->
9
10 it "yields an empty object", ->
11 (new Ephemeris).should.eql {}
12