move foundry.toml
This commit is contained in:
6
packages/asset-swapper/contracts/foundry.toml
Normal file
6
packages/asset-swapper/contracts/foundry.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[default]
|
||||
src = 'src'
|
||||
test = 'test'
|
||||
out = 'out'
|
||||
libs = ['lib']
|
||||
remappings = ['ds-test/=lib/ds-test/src/']
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.6;
|
||||
|
||||
import "../../lib/ds-test/src/test.sol";
|
||||
import "../lib/ds-test/src/test.sol";
|
||||
|
||||
contract TestBase is
|
||||
DSTest
|
||||
@@ -2,7 +2,7 @@
|
||||
pragma solidity ^0.6;
|
||||
|
||||
import "./TestBase.sol";
|
||||
import "../ERC20BridgeSampler.sol";
|
||||
import "../src/ERC20BridgeSampler.sol";
|
||||
|
||||
contract UniswapV2SamplerTest is
|
||||
TestBase
|
||||
@@ -1,6 +0,0 @@
|
||||
[default]
|
||||
src = 'contracts/src'
|
||||
test = 'contracts/test'
|
||||
out = 'out'
|
||||
libs = ['contracts/lib']
|
||||
remappings = ['ds-test/=contracts/lib/ds-test/src/']
|
||||
Reference in New Issue
Block a user