mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 08:48:15 +01:00
chore: remove test scripts for packages without tests
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build tsconfig.json",
|
||||
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build tsconfig.json",
|
||||
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build",
|
||||
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
|
||||
"update:schema": "yarn workspace @trezor/schema-utils codegen $(pwd)/src/messages.ts > src/messages-schema.ts && npx prettier --write src/messages-schema.ts && eslint --fix src/messages-schema.ts",
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
"type-check": "tsc --build tsconfig.json",
|
||||
"type-check:watch": "yarn type-check -- --watch",
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests"
|
||||
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^4.14.0",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"type-check": "tsc --build",
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests"
|
||||
"test:unit": "jest -c ../../jest.config.base.js"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"type-check": "tsc --build",
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests"
|
||||
"test:unit": "jest -c ../../jest.config.base.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@suite-common/wallet-config": "workspace:*",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
"scripts": {
|
||||
"type-check": "tsc --build",
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests"
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.native.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
|
||||
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
|
||||
"type-check": "tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user