Test formatting error

This commit is contained in:
David Racero 2021-01-27 16:02:44 +01:00
parent 17af598680
commit ba054edbd9

View File

@ -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 });