Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Aug 29, 2019
1 parent 2fa40a6 commit 4cfafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tests/class-to.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {classToPlain, partialClassToPlain} from "../src/mapper";
test('class-to test simple model', () => {

expect(() => {
const instance = classToPlain(SimpleModel, {
const instance = classToPlain(SimpleModel as any, {
id: '21313',
name: 'Hi'
});
Expand Down

0 comments on commit 4cfafce

Please sign in to comment.