[Fix] "network-routing" component test (#17760)
This commit moves the "network-routing" component test to the quo ns from quo2 ns. Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
abbf29d4ca
commit
dd8beeb848
|
@ -1,6 +1,6 @@
|
||||||
(ns quo2.components.wallet.network-routing.component-spec
|
(ns quo.components.wallet.network-routing.component-spec
|
||||||
(:require [oops.core :as oops]
|
(:require [oops.core :as oops]
|
||||||
[quo2.components.wallet.network-routing.view :as network-routing]
|
[quo.components.wallet.network-routing.view :as network-routing]
|
||||||
[reagent.core :as reagent]
|
[reagent.core :as reagent]
|
||||||
[test-helpers.component :as h]))
|
[test-helpers.component :as h]))
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
[quo.components.wallet.keypair.component-spec]
|
[quo.components.wallet.keypair.component-spec]
|
||||||
[quo.components.wallet.network-amount.component-spec]
|
[quo.components.wallet.network-amount.component-spec]
|
||||||
[quo.components.wallet.network-bridge.component-spec]
|
[quo.components.wallet.network-bridge.component-spec]
|
||||||
|
[quo.components.wallet.network-routing.component-spec]
|
||||||
[quo.components.wallet.progress-bar.component-spec]
|
[quo.components.wallet.progress-bar.component-spec]
|
||||||
[quo.components.wallet.summary-info.component-spec]
|
[quo.components.wallet.summary-info.component-spec]
|
||||||
[quo.components.wallet.token-input.component-spec]
|
[quo.components.wallet.token-input.component-spec]
|
||||||
|
|
Loading…
Reference in New Issue