Files
trezor-suite/suite-native/test-utils/package.json
juriczech 8b38c5ff65 feat(suite-native): Implement test utils (#5862)
* feat(suite-native): Implement test utils

* chore(suite-native): Deduplicate deps

* feat(suite-native): Implement time switch test

* refactor(suite-native): Rename test

* fix(suite-native): Circular deps

* refactor(suite-native): Test ids

* fix(suite-native): Remove state from test utils

* refactor(suite-native): Remove scripts

* refactor(suite-native): Move tests store

* refactor(suite-native): Use root config
2022-07-29 13:49:05 +02:00

22 lines
586 B
JSON

{
"name": "@suite-native/test-utils",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"lint": "eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build"
},
"dependencies": {
"react": "^17.0.2",
"react-redux": "7.2.2",
"@trezor/styles": "*",
"@trezor/theme": "*",
"react-native-gesture-handler": "^2.5.0",
"react-native-reanimated": "^2.8.0",
"@testing-library/react-native": "^11.0.0"
}
}