0.0.7 init order fix, add proper README

This commit is contained in:
nitowa
2022-10-16 03:46:02 +02:00
parent 2a9ded772e
commit f7df49048e
+1 -1
View File
@@ -14,6 +14,6 @@ describe('InitializationTest', () => {
const testComp = Injector.resolve(TestComponent)
const data = testComp.getData()
expect(data).to.eql([COMPONENT_A_VALUE, COMPONENT_B_VALUE, COMPONENT_C_VALUE])
expect(data).to.eql([COMPONENT_C_VALUE, COMPONENT_B_VALUE, COMPONENT_A_VALUE])
})
})