Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit d3339f2

Browse files
committed
test(typescript-utils): fix test
1 parent 0bb1609 commit d3339f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/typescript-utils.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ import { RootPageModule } from '../pages/root-page/root-page.module';
360360
RootPageModule
361361
],
362362
bootstrap: [IonicApp],
363-
providers: [AwesomeProvider, CoolProvider]
363+
providers: [AwesomeProvider,
364+
CoolProvider]
364365
})
365366
export class AppModule {}
366367
`;

0 commit comments

Comments
 (0)