Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ test('options override Request instance body', async t => {
await ky(inputRequest, {body: expectedBody});
});

test('POST JSON with falsey value', async t => {
test('POST JSON with falsy value', async t => {
// #222
const server = await createHttpTestServer(t, {bodyParser: false});
server.post('/', async (request, response) => {
Expand Down