xrm-mock-generator icon indicating copy to clipboard operation
xrm-mock-generator copied to clipboard

Unit tests are failing

Open vleong2332 opened this issue 6 years ago • 1 comments

Most unit tests are failing with

TypeError: Cannot read property `get` of undefined
    at addAttribute (/Users/Vicky/projects/xrm-mock-generator/src/xrm-mock-generator/attribute.js:19:57)
    at Attribute.createBool (/Users/Vicky/projects/xrm-mock-generator/src/xrm-mock-generator/attribute.js:27:16)

Even though the example says createBool it also happens at other attribute creation functions such as createDate and createDateTime among others.

Any idea why?

vleong2332 avatar Oct 08 '17 03:10 vleong2332