Skip to content

Commit 0216b38

Browse files
committed
test: Fixed a type issue
1 parent 3d7790c commit 0216b38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: packages/nest-utils/src/mapping/services/mapper.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ describe('Mapper', () => {
180180
name: string;
181181

182182
@HasOne(() => Cat)
183-
@Map({
184-
nested: true,
185-
})
183+
@Map()
186184
cat: Cat;
187185
}
188186

0 commit comments

Comments
 (0)