Browse Source

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

Nicolás Venturo 7 years ago
parent
commit
d8ab8a00f2

+ 0 - 0
test/library/ECDSA.test.js → test/cryptography/ECDSA.test.js


+ 0 - 0
test/library/MerkleProof.test.js → test/cryptography/MerkleProof.test.js


+ 4 - 4
test/token/ERC20/TokenVesting.test.js → test/drafts/TokenVesting.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;
 

+ 0 - 0
test/library/Math.test.js → test/math/Math.test.js