docs(TestInjector): reenable jsdoc comment for exported `inject` function
This was disabled due to a bug in dgeni. See #949
This commit is contained in:
parent
8407aa68fe
commit
1adb23d222
|
@ -66,7 +66,7 @@ export function createTestInjector(bindings: List) {
|
||||||
return rootInjector.createChild(ListWrapper.concat(_getAppBindings(), bindings));
|
return rootInjector.createChild(ListWrapper.concat(_getAppBindings(), bindings));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Allows injecting dependencies in `beforeEach()` and `it()`.
|
* Allows injecting dependencies in `beforeEach()` and `it()`.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
|
|
Loading…
Reference in New Issue