mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Test formatting error
This commit is contained in:
parent
17af598680
commit
ba054edbd9
|
@ -18,7 +18,8 @@ fs.readdirSync(scenarioFolder).forEach((file) => {
|
|||
const scenario = require(`./helpers/scenarios/${file}`);
|
||||
|
||||
makeSuite(scenario.title, async (testEnv) => {
|
||||
before('Initializing configuration', async () => {
|
||||
before('Initializing configuration',
|
||||
async () => {
|
||||
// Sets BigNumber for this suite, instead of globally
|
||||
BigNumber.config({ DECIMAL_PLACES: 0, ROUNDING_MODE: BigNumber.ROUND_DOWN });
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user