fix(Smarts3): Allow overriding S3 descriptor; update dependencies, test config and documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
import * as smarts3 from '../ts/index.js';
|
||||
@@ -7,7 +7,7 @@ let testSmarts3Instance: smarts3.Smarts3;
|
||||
|
||||
tap.test('should create a smarts3 instance and run it', async (toolsArg) => {
|
||||
testSmarts3Instance = await smarts3.Smarts3.createAndStart({
|
||||
port: 3000,
|
||||
port: 3333,
|
||||
cleanSlate: true,
|
||||
});
|
||||
console.log(`Let the instance run for 2 seconds`);
|
||||
|
Reference in New Issue
Block a user