@0x/contracts-integrations
: Add EP mtx tests.
This commit is contained in:
parent
10aceb164d
commit
e27e6baabe
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 () => {
|
||||
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user