Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
test(kleros): define undefined vars
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 28, 2018
1 parent e7b1225 commit 21f7514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
testEnvironment: 'node',
verbose: true,
collectCoverage: true,
collectCoverageFrom: ['src/**/*.js', '!**/node_modules/**']
}
4 changes: 2 additions & 2 deletions tests/kleros.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ describe('Kleros', () => {
const mockHash = 'mock-hash-contract'
const mockTimeout = 1
const mockArbitratorExtraData = ''
const mockEmail = 'test@kleros.io'
const mockTitle = 'test title'
const mockName = 'test name'
const mockDescription = 'test description'
const contractPaymentAmount = KlerosInstance._web3Wrapper.toWei(
1,
Expand Down Expand Up @@ -424,8 +424,8 @@ describe('Kleros', () => {
const mockTimeout = 1
const mockArbitratorExtraData = ''
const mockEmail = 'test@kleros.io'
const mockName = 'test name'
const mockTitle = 'test title'
const mockDescription = 'test description'
const contractPaymentAmount = KlerosInstance._web3Wrapper.toWei(
1,
'ether'
Expand Down

0 comments on commit 21f7514

Please sign in to comment.