mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
test(connect): fix incorrect core mode
This commit is contained in:
@@ -203,7 +203,7 @@ export const initTrezorConnect = async (
|
||||
debug: true,
|
||||
pendingTransportEvent: true,
|
||||
transportReconnect: false,
|
||||
coreMode: 'core-in-module', // for connect-web
|
||||
coreMode: 'auto', // for connect-web
|
||||
thp: {
|
||||
appName: 'TrezorConnect',
|
||||
hostName: 'tests:e2e',
|
||||
|
||||
Reference in New Issue
Block a user