fix(tapbundle_serverside): add TapNodeTools cleanup hooks to stop SmartNetwork processes after tests
This commit is contained in:
@@ -1,6 +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 execure a command', async () => {
|
||||
const result = await tapNodeTools.runCommand('ls -la');
|
||||
|
||||
Reference in New Issue
Block a user