Skip to content

Commit

Permalink
test: enable constructor test again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter committed Jan 5, 2024
1 parent 8634955 commit 3f547c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/defu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("defu", () => {
}>();
});

it.skip("should avoid merging objects with custom constructor", () => {
it("should avoid merging objects with custom constructor", () => {
class Test {
// eslint-disable-next-line no-useless-constructor
constructor(public value: string) {}
Expand Down

0 comments on commit 3f547c1

Please sign in to comment.