File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,6 @@ describe('Extract i18n Target', () => {
39
39
}
40
40
} , 30000 ) ;
41
41
42
- it ( 'does not show full build logs' , async ( ) => {
43
- const logger = new logging . Logger ( '' ) ;
44
- const logs : string [ ] = [ ] ;
45
- logger . subscribe ( e => logs . push ( e . message ) ) ;
46
-
47
- host . appendToFile ( 'src/app/app.component.html' , '<p i18n>i18n test</p>' ) ;
48
-
49
- const run = await architect . scheduleTarget ( extractI18nTargetSpec , undefined , { logger } ) ;
50
-
51
- await expectAsync ( run . result ) . toBeResolvedTo ( jasmine . objectContaining ( { success : true } ) ) ;
52
-
53
- await run . stop ( ) ;
54
-
55
- expect ( logs . join ( ) . includes ( 'Chunk Names' ) ) . toBe ( false ) ;
56
- expect ( logs . join ( ) . includes ( '[emitted]' ) ) . toBe ( false ) ;
57
- } , 30000 ) ;
58
-
59
42
it ( 'shows errors' , async ( ) => {
60
43
const logger = new logging . Logger ( '' ) ;
61
44
const logs : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments