mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(export) lint
This commit is contained in:
parent
e7feb83f76
commit
807a1bc26d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ test('distribute: export', async (t) => {
|
||||||
configManager: config,
|
configManager: config,
|
||||||
});
|
});
|
||||||
|
|
||||||
const url = `http://localhost:${port}/distribute?port=${1111}`;
|
const url = `http://localhost:${port}/distribute?port=1111`;
|
||||||
const socket = io.connect(url);
|
const socket = io.connect(url);
|
||||||
|
|
||||||
await once(socket, 'connect');
|
await once(socket, 'connect');
|
||||||
|
|
@ -53,7 +53,7 @@ test('distribute: export: config', async (t) => {
|
||||||
config: defaultConfig,
|
config: defaultConfig,
|
||||||
});
|
});
|
||||||
|
|
||||||
const url = `http://localhost:${port}/distribute?port=${1111}`;
|
const url = `http://localhost:${port}/distribute?port=1111`;
|
||||||
const socket = io.connect(url);
|
const socket = io.connect(url);
|
||||||
|
|
||||||
socket.once('connect', () => {
|
socket.once('connect', () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue