UNPKG
cache-storage
Version:
latest (2.0.1)
2.0.1
2.0.0
1.4.1
1.4.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.0
[ABANDONED] Advanced cache storage for node js
github.com/Carrooi/Node-CacheStorage
cache-storage
/
test
/
browser
/
tests
/
Storage
/
Sync
/
FileStorage.coffee
8 lines
(5 loc)
•
218 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
FileStorage
=
require
'cache-storage/Storage/FileSyncStorage'
describe
'FileSyncStorage'
, -> describe
'#constructor()'
, -> it
'should throw an error on browser'
, ->
expect
( ->
new
FileStorage
).
to
.
throw
(
Error
)