fix(core): update

This commit is contained in:
2022-07-29 01:52:34 +02:00
parent 17eaea4124
commit ca4ddade17
9 changed files with 28 additions and 55 deletions

View File

@ -5,7 +5,7 @@ let testProxy: smartproxy.NetworkProxy;
tap.test('first test', async () => {
testProxy = new smartproxy.NetworkProxy({
port: 3001
port: 3001,
});
expect(testProxy).toBeInstanceOf(smartproxy.NetworkProxy);
});