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
* test: improve test names for clarity and fix typos
- Fix typos: 'succesfully' -> 'successfully' in connector-test.ts
- Fix typo: 'Wrtiable' -> 'Writable' in writable-tracking-buffer-test.ts
- Fix typo: 'package' -> 'packet' in incoming-message-stream-test.ts
- Fix typo: 'mulitple' -> 'multiple' in packet-test.ts
- Rename 'Packet Tests' describe block to 'Debug' in debug-test.ts
- Change 'should write X' to 'should parse X' in row-token-parser-test.ts
- Fix awkward test names in done-token-parser-test.ts
- Fix test names in env-change-token-parser-test.ts
- Rename describe blocks for consistency (PreloginPayload, NTLMPayload, etc.)
- Fix camelCase test names to readable sentences in instance-lookup-test.ts
- Fix unclear test names in packet-test.ts
- Fix redundant 'it' prefix in rerouting-test.ts
- Fix awkward phrasing in feature-ext-parser-test.ts
- Improve test names in tedious-test.ts, colmetadata-token-parser-test.ts
- Rename TransientErrorLookup describe block and test names
* test: rename debug test names for consistency
Update 'should not enable payload' and 'should not enable data' to
'should not emit payload debug events when disabled' and 'should not
emit data debug events when disabled' for consistency with the token
test naming pattern.
* Undo unintended changes.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments