Skip to content

Commit f3bf2f5

Browse files
santoshyadavdevKeen Yee Liau
authored and
Keen Yee Liau
committed
test(@schematics/angular): update test case description
1 parent 3031631 commit f3bf2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/migrations/update-9/update-workspace-config_spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ describe('Migration to version 9', () => {
195195
expect(config.options.aot).toBe(true);
196196
});
197197

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

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

0 commit comments

Comments
 (0)