@0x/contracts-integrations: Add EP mtx tests.
This commit is contained in:
11
contracts/integrations/test/exchange-proxy/mtx_test.ts
Normal file
11
contracts/integrations/test/exchange-proxy/mtx_test.ts
Normal 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 () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user