WA-521 Fix for commented empty test suite

This commit is contained in:
apanizo 2018-08-18 11:48:37 +02:00
parent 3d25ae2db1
commit aab6fed51d
1 changed files with 6 additions and 1 deletions

View File

@ -17,9 +17,14 @@ import { buildMathPropsFrom } from '~/test/utils/buildReactRouterProps'
import { createTransaction } from '~/wallets/createTransactions'
import { getGnosisSafeContract } from '~/wallets/safeContracts'
import fetchTransactions from '~/routes/safe/store/actions/fetchTransactions'
*/
describe('React DOM TESTS > Change threshold', () => {
it('should update the threshold directly if safe has 1 threshold', async () => {
})
})
/*
// GIVEN
const numOwners = 2
const threshold = 1