-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69b3cf0
commit 35275a9
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
code/lib/cli/src/automigrate/fixes/__snapshots__/angular-builders.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`is not Nx project angular builders Angular < 14.0.0 should throw an Error 1`] = ` | ||
"❌ Your project uses Angular < 14.0.0. Storybook 7.0 for Angular requires Angular 14.0.0 or higher. | ||
Please upgrade your Angular version to at least version 14.0.0 to use Storybook 7.0 in your project." | ||
exports[`is not Nx project angular builders Angular < 15.0.0 should throw an Error 1`] = ` | ||
"❌ Your project uses Angular < 15.0.0. Storybook 8.0 for Angular requires Angular 15.0.0 or higher. | ||
Please upgrade your Angular version to at least version 15.0.0 to use Storybook 8.0 in your project." | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters