Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Apr 23, 2024
1 parent a022cf6 commit bb063e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.ts
Expand Up @@ -736,7 +736,7 @@ test('parseJson option with promise.json() shortcut', async t => {

test('stringifyJson option with request.json()', async t => {
const server = await createHttpTestServer({bodyParser: false});

const json = {hello: 'world'};
const result = {data: json, extra: 'extraValue'};

Expand Down

0 comments on commit bb063e5

Please sign in to comment.