diff --git a/test/defu.test.ts b/test/defu.test.ts index 7f12aa2..f9f01f8 100644 --- a/test/defu.test.ts +++ b/test/defu.test.ts @@ -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) {}