test(ai): add scoped test LLM (#39223)

This commit is contained in:
Kit Langton 2026-07-28 12:41:09 -04:00 committed by GitHub
commit fb975eeb7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 936 additions and 994 deletions

View file

@ -15,6 +15,7 @@
],
"exports": {
".": "./src/index.ts",
"./testing": "./src/testing.ts",
"./*": "./src/*.ts"
},
"devDependencies": {