diff --git a/test/BasicToken.js b/test/BasicToken.test.js similarity index 100% rename from test/BasicToken.js rename to test/BasicToken.test.js diff --git a/test/Bounty.js b/test/Bounty.test.js similarity index 100% rename from test/Bounty.js rename to test/Bounty.test.js diff --git a/test/BurnableToken.js b/test/BurnableToken.test.js similarity index 100% rename from test/BurnableToken.js rename to test/BurnableToken.test.js diff --git a/test/CanReclaimToken.js b/test/CanReclaimToken.test.js similarity index 100% rename from test/CanReclaimToken.js rename to test/CanReclaimToken.test.js diff --git a/test/CappedCrowdsale.js b/test/CappedCrowdsale.test.js similarity index 100% rename from test/CappedCrowdsale.js rename to test/CappedCrowdsale.test.js diff --git a/test/CappedToken.js b/test/CappedToken.test.js similarity index 100% rename from test/CappedToken.js rename to test/CappedToken.test.js diff --git a/test/Claimable.js b/test/Claimable.test.js similarity index 100% rename from test/Claimable.js rename to test/Claimable.test.js diff --git a/test/Contactable.js b/test/Contactable.test.js similarity index 100% rename from test/Contactable.js rename to test/Contactable.test.js diff --git a/test/Crowdsale.js b/test/Crowdsale.test.js similarity index 100% rename from test/Crowdsale.js rename to test/Crowdsale.test.js diff --git a/test/DayLimit.js b/test/DayLimit.test.js similarity index 100% rename from test/DayLimit.js rename to test/DayLimit.test.js diff --git a/test/DelayedClaimble.js b/test/DelayedClaimble.test.js similarity index 100% rename from test/DelayedClaimble.js rename to test/DelayedClaimble.test.js diff --git a/test/Destructible.js b/test/Destructible.test.js similarity index 100% rename from test/Destructible.js rename to test/Destructible.test.js diff --git a/test/DetailedERC20.js b/test/DetailedERC20.test.js similarity index 100% rename from test/DetailedERC20.js rename to test/DetailedERC20.test.js diff --git a/test/ECRecovery.js b/test/ECRecovery.test.js similarity index 100% rename from test/ECRecovery.js rename to test/ECRecovery.test.js diff --git a/test/FinalizableCrowdsale.js b/test/FinalizableCrowdsale.test.js similarity index 100% rename from test/FinalizableCrowdsale.js rename to test/FinalizableCrowdsale.test.js diff --git a/test/HasNoContracts.js b/test/HasNoContracts.test.js similarity index 100% rename from test/HasNoContracts.js rename to test/HasNoContracts.test.js diff --git a/test/HasNoEther.js b/test/HasNoEther.test.js similarity index 100% rename from test/HasNoEther.js rename to test/HasNoEther.test.js diff --git a/test/HasNoTokens.js b/test/HasNoTokens.test.js similarity index 100% rename from test/HasNoTokens.js rename to test/HasNoTokens.test.js diff --git a/test/LimitBalance.js b/test/LimitBalance.test.js similarity index 100% rename from test/LimitBalance.js rename to test/LimitBalance.test.js diff --git a/test/MerkleProof.js b/test/MerkleProof.test.js similarity index 100% rename from test/MerkleProof.js rename to test/MerkleProof.test.js diff --git a/test/MintableToken.js b/test/MintableToken.test.js similarity index 100% rename from test/MintableToken.js rename to test/MintableToken.test.js diff --git a/test/Ownable.js b/test/Ownable.test.js similarity index 100% rename from test/Ownable.js rename to test/Ownable.test.js diff --git a/test/Pausable.js b/test/Pausable.test.js similarity index 100% rename from test/Pausable.js rename to test/Pausable.test.js diff --git a/test/PausableToken.js b/test/PausableToken.test.js similarity index 100% rename from test/PausableToken.js rename to test/PausableToken.test.js diff --git a/test/PullPayment.js b/test/PullPayment.test.js similarity index 100% rename from test/PullPayment.js rename to test/PullPayment.test.js diff --git a/test/ReentrancyGuard.js b/test/ReentrancyGuard.test.js similarity index 100% rename from test/ReentrancyGuard.js rename to test/ReentrancyGuard.test.js diff --git a/test/RefundVault.js b/test/RefundVault.test.js similarity index 100% rename from test/RefundVault.js rename to test/RefundVault.test.js diff --git a/test/RefundableCrowdsale.js b/test/RefundableCrowdsale.test.js similarity index 100% rename from test/RefundableCrowdsale.js rename to test/RefundableCrowdsale.test.js diff --git a/test/SafeERC20.js b/test/SafeERC20.test.js similarity index 100% rename from test/SafeERC20.js rename to test/SafeERC20.test.js diff --git a/test/SafeMath.js b/test/SafeMath.test.js similarity index 100% rename from test/SafeMath.js rename to test/SafeMath.test.js diff --git a/test/SampleCrowdsale.js b/test/SampleCrowdsale.test.js similarity index 100% rename from test/SampleCrowdsale.js rename to test/SampleCrowdsale.test.js diff --git a/test/SplitPayment.js b/test/SplitPayment.test.js similarity index 100% rename from test/SplitPayment.js rename to test/SplitPayment.test.js diff --git a/test/StandardToken.js b/test/StandardToken.test.js similarity index 100% rename from test/StandardToken.js rename to test/StandardToken.test.js diff --git a/test/TokenDestructible.js b/test/TokenDestructible.test.js similarity index 100% rename from test/TokenDestructible.js rename to test/TokenDestructible.test.js diff --git a/test/TokenTimelock.js b/test/TokenTimelock.test.js similarity index 100% rename from test/TokenTimelock.js rename to test/TokenTimelock.test.js diff --git a/test/TokenVesting.js b/test/TokenVesting.test.js similarity index 100% rename from test/TokenVesting.js rename to test/TokenVesting.test.js