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