UNPKG
ngx-testing-tools
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
Makes Angular testing easier
github.com/remscodes/ngx-testing-tools
remscodes/ngx-testing-tools
ngx-testing-tools
/
lib
/
common
/
test-beds
/
base
/
merge-base-factory.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
import
{
BaseTestBedFactory
}
from
'./base-test-bed-factory'
;
export
declare
function
mergeBaseFactory<F
extends
BaseTestBedFactory
<
unknown
>,
TB
>(
factory
: F,
tb
:
TB
& F):
TB
;