Remove .only
This commit is contained in:
parent
0a93f3346f
commit
e021460f03
@ -353,7 +353,7 @@ describe('ExchangeWrapper', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
describe('#preSignAsync/isPreSignedAsync', () => {
|
describe('#preSignAsync/isPreSignedAsync', () => {
|
||||||
it.only('should preSign the hash', async () => {
|
it('should preSign the hash', async () => {
|
||||||
const senderAddress = takerAddress;
|
const senderAddress = takerAddress;
|
||||||
const hash = orderHashUtils.getOrderHashHex(signedOrder);
|
const hash = orderHashUtils.getOrderHashHex(signedOrder);
|
||||||
const signerAddress = signedOrder.makerAddress;
|
const signerAddress = signedOrder.makerAddress;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user