fix(tapbundle_serverside): add TapNodeTools cleanup hooks to stop SmartNetwork processes after tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { tap, expect } from '../../ts_tapbundle/index.js';
|
||||
import { tapNodeTools } from '../../ts_tapbundle_serverside/index.js';
|
||||
import { TapNodeTools } from '../../ts_tapbundle_serverside/index.js';
|
||||
|
||||
const tapNodeTools = new TapNodeTools(tap);
|
||||
|
||||
tap.test('should find a single free port', async () => {
|
||||
const port = await tapNodeTools.findFreePort();
|
||||
|
||||
Reference in New Issue
Block a user