Skip to content

Commit 71b0638

Browse files
alan-agius4clydin
authored andcommitted
test: fix local mapping path of @ angular-devkit/schematics-cli
Fix an incorrect mapping path in the circular dependency checker configuration. (cherry picked from commit 57f78e8)
1 parent 467172c commit 71b0638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/circular-deps-test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const LOCAL_MAPPINGS = [
3232
['@angular-devkit/build-webpack', 'angular_devkit/build_webpack'],
3333
['@angular-devkit/core', 'angular_devkit/core'],
3434
['@angular-devkit/schematics', 'angular_devkit/schematics'],
35-
['@angular-devkit/schematics_cli', 'angular_devkit/schematics_cli'],
35+
['@angular-devkit/schematics-cli', 'angular_devkit/schematics_cli'],
3636
['@angular/cli', 'angular/cli'],
3737
['@schematics/angular', 'schematics/angular'],
3838
['@ngtools/webpack', 'ngtools/webpack'],

0 commit comments

Comments
 (0)