This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
openzeppelin-contracts
mirror of
https://github.com/OpenZeppelin/openzeppelin-contracts
Watch
2
Star
1
Fork
You've already forked openzeppelin-contracts
1
Code
Issues
Releases
Wiki
Activity
feat: rename all test files to include .test.js postfix
Browse Source
pull/581/head
Matt Condon
7 years ago
parent
8662846838
commit
58abd66969
36 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
0
test/BasicToken.test.js
0
test/Bounty.test.js
0
test/BurnableToken.test.js
0
test/CanReclaimToken.test.js
0
test/CappedCrowdsale.test.js
0
test/CappedToken.test.js
0
test/Claimable.test.js
0
test/Contactable.test.js
0
test/Crowdsale.test.js
0
test/DayLimit.test.js
0
test/DelayedClaimble.test.js
0
test/Destructible.test.js
0
test/DetailedERC20.test.js
0
test/ECRecovery.test.js
0
test/FinalizableCrowdsale.test.js
0
test/HasNoContracts.test.js
0
test/HasNoEther.test.js
0
test/HasNoTokens.test.js
0
test/LimitBalance.test.js
0
test/MerkleProof.test.js
0
test/MintableToken.test.js
0
test/Ownable.test.js
0
test/Pausable.test.js
0
test/PausableToken.test.js
0
test/PullPayment.test.js
0
test/ReentrancyGuard.test.js
0
test/RefundVault.test.js
0
test/RefundableCrowdsale.test.js
0
test/SafeERC20.test.js
0
test/SafeMath.test.js
0
test/SampleCrowdsale.test.js
0
test/SplitPayment.test.js
0
test/StandardToken.test.js
0
test/TokenDestructible.test.js
0
test/TokenTimelock.test.js
0
test/TokenVesting.test.js
0
test/BasicToken.js → test/BasicToken.test.js
Unescape
Escape
View File
0
test/Bounty.js → test/Bounty.test.js
Unescape
Escape
View File
0
test/BurnableToken.js → test/BurnableToken.test.js
Unescape
Escape
View File
0
test/CanReclaimToken.js → test/CanReclaimToken.test.js
Unescape
Escape
View File
0
test/CappedCrowdsale.js → test/CappedCrowdsale.test.js
Unescape
Escape
View File
0
test/CappedToken.js → test/CappedToken.test.js
Unescape
Escape
View File
0
test/Claimable.js → test/Claimable.test.js
Unescape
Escape
View File
0
test/Contactable.js → test/Contactable.test.js
Unescape
Escape
View File
0
test/Crowdsale.js → test/Crowdsale.test.js
Unescape
Escape
View File
0
test/DayLimit.js → test/DayLimit.test.js
Unescape
Escape
View File
0
test/DelayedClaimble.js → test/DelayedClaimble.test.js
Unescape
Escape
View File
0
test/Destructible.js → test/Destructible.test.js
Unescape
Escape
View File
0
test/DetailedERC20.js → test/DetailedERC20.test.js
Unescape
Escape
View File
0
test/ECRecovery.js → test/ECRecovery.test.js
Unescape
Escape
View File
0
test/FinalizableCrowdsale.js → test/FinalizableCrowdsale.test.js
Unescape
Escape
View File
0
test/HasNoContracts.js → test/HasNoContracts.test.js
Unescape
Escape
View File
0
test/HasNoEther.js → test/HasNoEther.test.js
Unescape
Escape
View File
0
test/HasNoTokens.js → test/HasNoTokens.test.js
Unescape
Escape
View File
0
test/LimitBalance.js → test/LimitBalance.test.js
Unescape
Escape
View File
0
test/MerkleProof.js → test/MerkleProof.test.js
Unescape
Escape
View File
0
test/MintableToken.js → test/MintableToken.test.js
Unescape
Escape
View File
0
test/Ownable.js → test/Ownable.test.js
Unescape
Escape
View File
0
test/Pausable.js → test/Pausable.test.js
Unescape
Escape
View File
0
test/PausableToken.js → test/PausableToken.test.js
Unescape
Escape
View File
0
test/PullPayment.js → test/PullPayment.test.js
Unescape
Escape
View File
0
test/ReentrancyGuard.js → test/ReentrancyGuard.test.js
Unescape
Escape
View File
0
test/RefundVault.js → test/RefundVault.test.js
Unescape
Escape
View File
0
test/RefundableCrowdsale.js → test/RefundableCrowdsale.test.js
Unescape
Escape
View File
0
test/SafeERC20.js → test/SafeERC20.test.js
Unescape
Escape
View File
0
test/SafeMath.js → test/SafeMath.test.js
Unescape
Escape
View File
0
test/SampleCrowdsale.js → test/SampleCrowdsale.test.js
Unescape
Escape
View File
0
test/SplitPayment.js → test/SplitPayment.test.js
Unescape
Escape
View File
0
test/StandardToken.js → test/StandardToken.test.js
Unescape
Escape
View File
0
test/TokenDestructible.js → test/TokenDestructible.test.js
Unescape
Escape
View File
0
test/TokenTimelock.js → test/TokenTimelock.test.js
Unescape
Escape
View File
0
test/TokenVesting.js → test/TokenVesting.test.js
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/openzeppelin-contracts
Title
Body
Create Issue