mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
* 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
22 lines
586 B
JSON
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"
|
|
}
|
|
}
|