Refactor VPN proxy client implementation
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
ERROR_DEFINITIONS,
|
||||
HarborError,
|
||||
normalizeHarborError,
|
||||
} from '../../src/shared/errors.js';
|
||||
} from '../../dist/shared/errors.js';
|
||||
|
||||
test('every Harbor error code has stable Russian copy and retry policy', () => {
|
||||
for (const [code, definition] of Object.entries(ERROR_DEFINITIONS)) {
|
||||
|
||||
Reference in New Issue
Block a user