fix(core): update

This commit is contained in:
2020-07-11 16:26:35 +00:00
parent 1d5cb914ac
commit 0b3dec53dd
2 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ let testWebstore: webstore.WebStore;
tap.test('first test', async () => {
testWebstore = new webstore.WebStore({
storeName: 'mystore'
dbName: 'mytestdb',
storeName: 'myteststore'
});
expect(testWebstore).to.be.instanceOf(webstore.WebStore);
});