UNPKG

@bjesuiter/serializr-helpers

Version:

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

13 lines (12 loc) 403 B
"use strict"; var moment = require("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 () { }); });