Remove .only

This commit is contained in:
Remco Bloemen 2018-08-23 13:33:05 -07:00
parent 50fab9feb3
commit c109d1f545

View File

@ -216,7 +216,7 @@ describe('Exchange core internal functions', () => {
); );
}); });
describe.only('getPartialAmountCeil', async () => { describe('getPartialAmountCeil', async () => {
async function referenceGetPartialAmountCeilAsync( async function referenceGetPartialAmountCeilAsync(
numerator: BigNumber, numerator: BigNumber,
denominator: BigNumber, denominator: BigNumber,