Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 8, 2024
1 parent a81bff8 commit 5625827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/MergeTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ test("String does not overrides parent key with object", (t) => {

test("Merge with frozen target object fails", (t) => {
t.throws(() => {
let b = Merge({
Merge({
eleventy: Object.freeze({
key1: "a"
})
Expand All @@ -269,7 +269,6 @@ test("Merge with frozen target object fails", (t) => {
key2: "b"
}
});
console.log( b.eleventy);
});
});

Expand Down

0 comments on commit 5625827

Please sign in to comment.