lint fixes and rename
This commit is contained in:
parent
69c21412f1
commit
4a924536f9
4 changed files with 18 additions and 12 deletions
|
@ -238,6 +238,10 @@ describe('Pattern', () => {
|
|||
}
|
||||
})
|
||||
|
||||
it(
|
||||
'Pattern.__init() should resolve nested dependencies for multiple parts that depend on the same part'
|
||||
)
|
||||
|
||||
// I am aware this does too much for one unit test, but this is to simplify TDD
|
||||
// we can split it up later
|
||||
it('Pattern.__init() should resolve nested injections', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue