WA-521 Fix for commented empty test suite
This commit is contained in:
parent
3d25ae2db1
commit
aab6fed51d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue