code quality
Some checks failed
CI / lint-typecheck (pull_request) Failing after 12s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
Some checks failed
CI / lint-typecheck (pull_request) Failing after 12s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
"test:smoke:watch": "vitest watch --config vitest.smoke.config.ts",
|
||||
"test:type-generation": "vitest run --config vitest.scripts.config.ts scripts/test/type-generation.test.ts",
|
||||
"test:types": "tsc --noEmit -p tsconfig.tests.json",
|
||||
"test:unit": "vitest run tests/unit",
|
||||
"test:unit": "vitest run tests/unit --passWithNoTests",
|
||||
"test:watch": "vitest watch",
|
||||
"test:website:types": "vitest run --config vitest.website.config.ts apps/website/lib/types/contractConsumption.test.ts",
|
||||
"verify": "npm run lint && npm run typecheck && npm run test:unit && npm run test:integration",
|
||||
|
||||
Reference in New Issue
Block a user