UNPKG

cache-storage

Version:

[ABANDONED] Advanced cache storage for node js

8 lines (5 loc) 218 B
FileStorage = require 'cache-storage/Storage/FileSyncStorage' describe 'FileSyncStorage', -> describe '#constructor()', -> it 'should throw an error on browser', -> expect( -> new FileStorage ).to.throw(Error)