There was an error while loading. Please reload this page.
1 parent 7f0b6a9 commit b324279Copy full SHA for b324279
1 file changed
test/main.ts
@@ -2106,7 +2106,7 @@ test('options override Request instance body', async t => {
2106
await ky(inputRequest, {body: expectedBody});
2107
});
2108
2109
-test('POST JSON with falsey value', async t => {
+test('POST JSON with falsy value', async t => {
2110
// #222
2111
const server = await createHttpTestServer(t, {bodyParser: false});
2112
server.post('/', async (request, response) => {
0 commit comments