mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 20:17:02 +00:00
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 { createTransaction } from '~/wallets/createTransactions'
|
||||||
import { getGnosisSafeContract } from '~/wallets/safeContracts'
|
import { getGnosisSafeContract } from '~/wallets/safeContracts'
|
||||||
import fetchTransactions from '~/routes/safe/store/actions/fetchTransactions'
|
import fetchTransactions from '~/routes/safe/store/actions/fetchTransactions'
|
||||||
|
*/
|
||||||
describe('React DOM TESTS > Change threshold', () => {
|
describe('React DOM TESTS > Change threshold', () => {
|
||||||
it('should update the threshold directly if safe has 1 threshold', async () => {
|
it('should update the threshold directly if safe has 1 threshold', async () => {
|
||||||
|
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
/*
|
||||||
// GIVEN
|
// GIVEN
|
||||||
const numOwners = 2
|
const numOwners = 2
|
||||||
const threshold = 1
|
const threshold = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user