Moved some test files around to better reflect the directory layout. (#1428)

(cherry picked from commit d8ab8a00f2)
pull/1474/head
Nicolás Venturo 6 years ago committed by Leo Arias
parent 56806bb295
commit 26f9cc8e74
  1. 0
      test/cryptography/ECDSA.test.js
  2. 0
      test/cryptography/MerkleProof.test.js
  3. 8
      test/drafts/TokenVesting.test.js
  4. 0
      test/math/Math.test.js

@ -1,7 +1,7 @@
const shouldFail = require('../../helpers/shouldFail');
const time = require('../../helpers/time');
const { ethGetBlock } = require('../../helpers/web3');
const { ZERO_ADDRESS } = require('../../helpers/constants');
const shouldFail = require('../helpers/shouldFail');
const time = require('../helpers/time');
const { ethGetBlock } = require('../helpers/web3');
const { ZERO_ADDRESS } = require('../helpers/constants');
const BigNumber = web3.BigNumber;
Loading…
Cancel
Save