Created
January 18, 2019 15:55
-
-
Save marekkirejczyk/d1da339b0bd7d25b7e618439010363ab to your computer and use it in GitHub Desktop.
Waffle: Fixture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async function fixture(provider, [wallet]) { | |
const token = await deployContract(wallet, BasicTokenMock, [wallet.address, 1000]); | |
return {token, wallet}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment