@0x/contracts-integrations: Add EP mtx tests.

This commit is contained in:
Lawrence Forman 2020-08-17 22:08:25 -04:00
parent 10aceb164d
commit e27e6baabe

View File

@ -0,0 +1,11 @@
import { blockchainTests, describe } from '@0x/contracts-test-utils';
blockchainTests.resets('exchange proxy - meta-transactions', env => {
before(async () => {
});
it('can call `transformERC20()` with signed calldata', async () => {
});
});