You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test script in packages/kbot/package.json uses tsx --test but 26/27 test files import from vitest. 12 of 24 test files fail. Change the test script to vitest run and ensure vitest is a devDependency.
The test script in
packages/kbot/package.jsonusestsx --testbut 26/27 test files import from vitest. 12 of 24 test files fail. Change the test script tovitest runand ensure vitest is a devDependency.