chore: include browser test for provider-inference package (#2446)

## Description

<!-- Please insert your description here and especially provide info
about the "what" this PR is solving -->

## Linked Issues

<!-- Optional, if you have any -->

## Additional Context

<!-- e.g. is there anything you'd like reviewers to focus on? -->
This commit is contained in:
Garfield Lee
2026-09-02 20:02:10 +08:00
committed by GitHub
parent 59a064ea80
commit 93f26a5714
2 changed files with 28 additions and 24 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import { defineConfig } from 'vitest/config'
import { providerInferenceProjects } from './packages/provider-inference/vitest.config'
export default defineConfig({
test: {
projects: [
@@ -18,7 +20,7 @@ export default defineConfig({
'packages/better-ws',
'packages/plugin-sdk',
'packages/plugin-sdk-tamagotchi',
'packages/provider-inference',
...providerInferenceProjects.map(project => ({ ...project, root: 'packages/provider-inference' })),
'packages/scenarios-stage-tamagotchi-browser',
'packages/scenarios-stage-tamagotchi-electron',
'packages/server-runtime',