feat(tapbundle,deno): replace smarts3 test tooling with smartstorage and pre-resolve Deno test dependencies
This commit is contained in:
@@ -20,9 +20,9 @@ tap.test('should create a smartmongo instance', async () => {
|
||||
await smartmongo.stop();
|
||||
});
|
||||
|
||||
tap.test('should create a smarts3 instance', async () => {
|
||||
const smarts3 = await tapNodeTools.createSmarts3();
|
||||
await smarts3.stop();
|
||||
tap.test('should create a smartstorage instance', async () => {
|
||||
const smartstorage = await tapNodeTools.createSmartStorage();
|
||||
await smartstorage.stop();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
||||
Reference in New Issue
Block a user