fix(core): update
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user