mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 11:47:30 +08:00
Entities semplification
* Entities semplification WIP * Bug fixes after entity semplification * Fix object serialization
This commit is contained in:
@@ -132,7 +132,7 @@ describe("Entity initialization", () => {
|
||||
"india",
|
||||
"juliett",
|
||||
"kilo",
|
||||
"lima",
|
||||
// "lima", // Not defined by default
|
||||
"mike",
|
||||
"november",
|
||||
"oscar",
|
||||
@@ -220,10 +220,6 @@ describe("Entity initialization", () => {
|
||||
.which.is.an("array")
|
||||
.and.is.deep.equal([true, false, false, true, true])
|
||||
)
|
||||
it("has lima undefined", () => expect(entity)
|
||||
.to.have.property("lima")
|
||||
.which.is.undefined
|
||||
)
|
||||
it("has mike equal to Foo", () => expect(entity)
|
||||
.to.have.property("mike")
|
||||
.which.is.a("string")
|
||||
|
||||
Reference in New Issue
Block a user