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:
+3
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user