Skip to content

Commit 38f0da2

Browse files
slavalelekaAdamWr
authored andcommitted
Update test description
1 parent 4c9356b commit 38f0da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scriptlets/json-prune.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Response.json() mocking -- remove multiple mixed properties', async (asser
124124
done();
125125
});
126126

127-
test('Response.json() mocking -- remove single properties with wildcard *', async (assert) => {
127+
test('Response.json() mocking -- remove single properties with * for any property', async (assert) => {
128128
const INPUT_JSON_PATH = `${FETCH_OBJECTS_PATH}/test05.json`;
129129
const inputRequest = new Request(INPUT_JSON_PATH);
130130

0 commit comments

Comments
 (0)