You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on releasing Trezor Connect v9 and would like to test the library against your app. But I am unable to run unit tests:
$ yarn test
yarn run v1.22.17
$ run-s test:unit test:lint test:build
ERROR: Task not found: "test:unit"
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Otherwise, the integration should be simple
yarn remove trezor-connect
yarn add @trezor/connect@beta # Then update the imports
Any hints?
The text was updated successfully, but these errors were encountered:
Hello from the Trezor team.
We are working on releasing Trezor Connect v9 and would like to test the library against your app. But I am unable to run unit tests:
Otherwise, the integration should be simple
Any hints?
The text was updated successfully, but these errors were encountered: