Contributor app tests (#143)

Adds tests for the contributor contract
This commit was merged in pull request #143.
This commit is contained in:
Haythem Sellami
2019-07-22 07:55:22 +01:00
committed by Michael Bumann
parent 4ae17aa36f
commit eb4e06edf1
17 changed files with 785 additions and 1261 deletions

View File

@@ -28,5 +28,6 @@ module.exports = {
named: 'always',
asyncArrow: 'always',
}],
'indent': ['error', 2]
}
}