Skip to content

Commit f189596

Browse files
clydinalexeagle
authored andcommitted
test(@schematics/angular): set CLI 8.0 codelyzer migration version to ^5.0.1
1 parent bd14306 commit f189596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/migrations/update-8/codelyzer-5_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('Migration to version 8', () => {
7979
it('should update codelyzer\'s version', () => {
8080
tree = schematicRunner.runSchematic('migration-07', defaultOptions, tree);
8181
const packageJson = JSON.parse(tree.readContent(packageJsonPath));
82-
expect(packageJson.devDependencies.codelyzer).toBe('^5.0.0');
82+
expect(packageJson.devDependencies.codelyzer).toBe('^5.0.1');
8383
});
8484
});
8585
});

0 commit comments

Comments
 (0)