0.0.7 init order fix, add proper README
This commit is contained in:
@@ -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])
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user