Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

TestDataBuilder does not autopopulate property values unless the type name starts with an uppercase letter. #71

Open
@mrfelton

Description

@mrfelton

This gets auto populated:

    "date": {
      "type": "Date",
      "required": true
    },

whist this doesn't:

    "date": {
      "type": "date",
      "required": true
    },

Both are valid schema definitions that mean the same thing to Loopback. They should both cause the property value to be auto populated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions