-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
Node version: 20.19.0
npm version: 10.8.2
Mentoss version: 0.9.0
What did you do?
Put an Array to body
server.get('/repos/release-it/release-it-configuration/tarball/main', {
status: 200,
body: ['1', 2],
});
What did you expect to happen?
Response body with stringified Array
What actually happened?
The body response stream
Link to Minimal Reproducible Example
https://stackblitz.com/edit/stackblitz-starters-o92hga3y?file=index.js
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working