move ganacheHelper

This commit is contained in:
poma 2019-07-18 21:38:21 +03:00
parent 6b3b7ca72b
commit f5d8f48cf0
No known key found for this signature in database
GPG Key ID: 530BBEE4AE8C3604
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require('chai')
.use(require('chai-as-promised'))
.should()
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
const MerkleTreeWithHistory = artifacts.require('./MerkleTreeWithHistoryMock.sol')
const MiMC = artifacts.require('./MiMC.sol')

View File

@ -6,7 +6,7 @@ require('chai')
const fs = require('fs')
const { toBN, toHex, randomHex } = require('web3-utils')
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
const Mixer = artifacts.require('./Mixer.sol')
const { AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT } = process.env