Skip to content

Commit 8acc9e1

Browse files
committed
Typo
1 parent f088dec commit 8acc9e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/fastMergeTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('fastMerge', () => {
191191
['a number', 1000],
192192
['a boolean', true],
193193
['an array', []],
194-
])('should %s with an object', (_label, data) => {
194+
])('should replace %s with an object', (_label, data) => {
195195
const result = utils.fastMerge<unknown>(data, testObject);
196196
expect(result.result).toEqual(testObject);
197197
});

0 commit comments

Comments
 (0)