ericclemmons / ericclemmons/node-recorder
Throw if recorder writes to fixture twice
Open
- Dominant language
- TypeScript
- Stars
- 97
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
If a fixture is being recorded twice with different payloads, then that's a sign that there's a bug in the recorder or program:
- Requesting `/me` with a cookie, but not setting `username` gets recorded as "all".
- Requesting `/me` without a cookie, expecting a 403, but gets the previous user's data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.