Skip to content

Commit

Permalink
test(@schematics/angular): update test case description
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshyadavdev authored and Keen Yee Liau committed Feb 18, 2020
1 parent 3031631 commit f3bf2f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('Migration to version 9', () => {
expect(config.options.aot).toBe(true);
});

it('should not aot option when opted-out of Ivy', async () => {
it('should not add aot option when opted-out of Ivy', async () => {
const tsConfig = JSON.stringify(
{
extends: './tsconfig.json',
Expand All @@ -218,7 +218,7 @@ describe('Migration to version 9', () => {
expect(config.options.aot).toBe(false);
});

it('should not aot option when opted-out of Ivy in workspace', async () => {
it('should not add aot option when opted-out of Ivy in workspace', async () => {
const tsConfig = JSON.stringify(
{
angularCompilerOptions: {
Expand Down

0 comments on commit f3bf2f5

Please sign in to comment.