UNPKG
oomph
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-a
0.2.1
Object Oriented javascript models for the client and the server
github.com/Kenspeckled/oomph
oomph
/
spec
/
modules
/
ajaxObjectInstanceDataStoreSpec.coffee
6 lines
(4 loc)
•
236 B
text/coffeescript
View Raw
1
2
3
4
5
6
ajaxObjectInstanceDataStore =
require
'../../lib/privateModules/ajaxObjectInstanceDataStore'
describe
'ajaxObjectInstanceDataStore'
, -> it
'should be an Object'
, ->
expect
(ajaxObjectInstanceDataStore).
toEqual
jasmine.
any
(
Object
)