Skip to content

Commit

Permalink
fix(cypress): fixed a typo with the 15.5.0 cypress migration warning …
Browse files Browse the repository at this point in the history
…message
  • Loading branch information
Michael Bagnasco committed Jan 15, 2023
1 parent e4bf706 commit 04f3cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function updateToCypress12(tree: Tree): GeneratorCallback {
}
);

console.warn(stripIndents`Cypress 12 has lots of breaking changes that might subility break your tests.
console.warn(stripIndents`Cypress 12 has lots of breaking changes that might subtly break your tests.
This migration marked known issues that need to be manually migrated,
but there can still be runtime based errors that were not detected.
Please consult the offical Cypress v12 migration guide for more info on these changes and the next steps.
Expand Down

0 comments on commit 04f3cc8

Please sign in to comment.