mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Large typedef import cleanup and smaller fixes
This commit is contained in:
@@ -127,6 +127,11 @@ describe("Serializer", () => {
|
||||
.to.be.instanceOf(ObjectReferenceEntity)
|
||||
.and.to.deep.contain({ type: "Class", path: "/Script/ShooterGame.ShooterGameMode" })
|
||||
)
|
||||
it("Parses EdGraphPin'EdGraphPin_45417'", () =>
|
||||
expect(serializer.read(`EdGraphPin'EdGraphPin_45417'`))
|
||||
.to.be.instanceOf(ObjectReferenceEntity)
|
||||
.and.to.deep.contain({ type: "EdGraphPin", path: "EdGraphPin_45417" })
|
||||
)
|
||||
it(`Parses EdGraphPin'"K2Node_DynamicCast_2126.EdGraphPin_3990988"'`, () =>
|
||||
expect(serializer.read(`EdGraphPin'"K2Node_DynamicCast_2126.EdGraphPin_3990988"'`))
|
||||
.to.be.instanceOf(ObjectReferenceEntity)
|
||||
|
||||
Reference in New Issue
Block a user