fix(core): update
This commit is contained in:
@ -4,12 +4,14 @@ import * as levelcache from '../ts/index';
|
||||
let testLevelCache: levelcache.LevelCache;
|
||||
|
||||
tap.test('should create a new levelcache instance', async () => {
|
||||
testLevelCache = new levelcache.LevelCache();
|
||||
testLevelCache = new levelcache.LevelCache({
|
||||
|
||||
});
|
||||
expect(testLevelCache).to.be.instanceOf(levelcache.LevelCache);
|
||||
});
|
||||
|
||||
tap.test('should cache a value', async () => {
|
||||
|
||||
testLevelCache.
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user