chore: remove test scripts for packages without tests

This commit is contained in:
Jan Komarek
2024-01-30 17:33:12 +01:00
committed by Jan Komárek
parent a416bc2e60
commit 01e33b7145
37 changed files with 15 additions and 38 deletions

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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": {}
}

View File

@@ -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": {

View File

@@ -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:*",

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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"
}
}

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {