fix(typert): close remote gateway review gaps

This commit is contained in:
imccyu
2026-08-07 21:47:15 +08:00
parent 22bec5e63f
commit 1ea5507bf8
11 changed files with 77 additions and 38 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import tsconfigPaths from 'vite-tsconfig-paths'
import { defineConfig } from 'vitest/config'
import { vitestExecArgv } from './vitest.shared.ts'
import { standardDecoratorPlugin, vitestExecArgv } from './vitest.shared.ts'
// Real-API suite, separate because it spends tokens. Each test self-skips without
// its provider credential for keyless CI; credentialed workflows preflight the
@@ -36,7 +36,7 @@ export default defineConfig({
// Built-artifact e2e suites are unaffected: their built-ness lives in
// subprocesses and createRequire lookups, which bypass vite resolution
// entirely.
plugins: [tsconfigPaths({ projects: ['./tsconfig.base.json'] })],
plugins: [tsconfigPaths({ projects: ['./tsconfig.base.json'] }), standardDecoratorPlugin()],
test: {
execArgv: vitestExecArgv,
setupFiles: ['./scripts/test-invariants.ts'],