Skip to content

Commit

Permalink
fix(test): remove outdated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Jun 7, 2024
1 parent eea389e commit 6dc690b
Showing 1 changed file with 0 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,36 +520,3 @@ exports[`getHydratedDomainObjectMetadatasFromFiles should return metadata from f
},
]
`;

exports[`getHydratedDomainObjectMetadatasFromFiles should return metadata from files which reference a generic type modifier from another package 1`] = `
[
DomainObjectMetadata {
"decorations": {
"unique": null,
"updatable": null,
},
"extends": "DomainLiteral",
"name": "Nutrient",
"properties": {
"value": DomainObjectPropertyMetadata {
"name": "value",
"nullable": false,
"required": true,
"type": "STRING",
},
"variant": DomainObjectPropertyMetadata {
"name": "variant",
"nullable": false,
"of": [
"PROTEIN",
"VITAMIN",
"MINERAL",
"CARBOHYDRATE",
],
"required": true,
"type": "ENUM",
},
},
},
]
`;

0 comments on commit 6dc690b

Please sign in to comment.