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
fix(test): terminology suite — CSV path dirname, prettier
fileURLToPath(import.meta.url) returns the file, not its directory;
path.join on a file path produces a wrong CSV location. Use
path.dirname() first so the CSV resolves to integrationTests/apiTests/data/.
Also apply prettier formatting.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments