fix(core): update
This commit is contained in:
1
test/somekv.json
Normal file
1
test/somekv.json
Normal file
@ -0,0 +1 @@
|
||||
{"myKey":"myValue"}
|
@ -5,7 +5,7 @@ import * as npmextra from '../ts/index.js';
|
||||
let myKeyValueStore: npmextra.KeyValueStore;
|
||||
|
||||
tap.test('should create a keyValueStore', async () => {
|
||||
myKeyValueStore = new npmextra.KeyValueStore('custom', 'test');
|
||||
myKeyValueStore = new npmextra.KeyValueStore('custom', 'test', 'test/somekv.json');
|
||||
expect(myKeyValueStore).toBeInstanceOf(npmextra.KeyValueStore);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user