test(ngcc): update dependency host test description (#34695)
The `describe` description did not match the name of the method. PR Close #34695
This commit is contained in:

committed by
atscott

parent
85b5c365fc
commit
3d5bcd5883
@ -25,7 +25,7 @@ runInEachFileSystem(() => {
|
||||
host = new DtsDependencyHost(fs);
|
||||
});
|
||||
|
||||
describe('getDependencies()', () => {
|
||||
describe('collectDependencies()', () => {
|
||||
it('should not generate a TS AST if the source does not contain any imports or re-exports',
|
||||
() => {
|
||||
spyOn(ts, 'createSourceFile');
|
||||
|
Reference in New Issue
Block a user