UNPKG

@bjesuiter/serializr-helpers

Version:

Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library

13 lines (12 loc) 428 B
import { TestModel } from "./test-model"; import moment from "moment"; describe('MomentSerializationScheme', function () { var testMoment = moment('2019-06-10T08:50.559+02:00'); describe('MomentIsoSerialization', function () { it('should serialize correctly', function () { var testModel = new TestModel(testMoment); }); }); it('should serialize correctly', function () { }); });