update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
import * as net from 'net';
|
||||
import * as path from 'path';
|
||||
import { startTestServer, stopTestServer } from '../server.loader.js';
|
||||
import { startTestServer, stopTestServer } from '../../helpers/server.loader.js';
|
||||
|
||||
// Test configuration
|
||||
const TEST_PORT = 2525;
|
||||
@@ -192,7 +192,7 @@ tap.test('HELP - should return properly formatted help text', async (tools) => {
|
||||
// Multi-line help should use 214- prefix
|
||||
if (helpLines.length > 1) {
|
||||
const hasMultilineFormat = helpLines.some(l => l.startsWith('214-'));
|
||||
expect(hasMultilineFormat).toBeTrue();
|
||||
expect(hasMultilineFormat).toEqual(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user