You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m.assert.isValid(...) passes when gets <UNINITIALIZED>.
m.describe("initialization", sub()
m.it("creates a component", sub()
? component
m.assert.isValid(component, "node must not be invalid")
end sub)
end sub)
The text was updated successfully, but these errors were encountered:
ystarangl
changed the title
Fail test case when isValid gets \<UNINITIALIZED\>
Fail test case when isValid gets <UNINITIALIZED>
Oct 7, 2021
m.assert.isValid(...)
passes when gets <UNINITIALIZED>.The text was updated successfully, but these errors were encountered: