Skip to content

Commit

Permalink
fix(testing): fixed a typo with the 15.5.0 cypress migration warning (#…
Browse files Browse the repository at this point in the history
…14384)

Co-authored-by: Michael Bagnasco <michael@sbevision.com>
(cherry picked from commit f8854d7)
  • Loading branch information
MichaelBagnasco authored and FrozenPandaz committed Jan 20, 2023
1 parent df20a01 commit 7a48c21
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 7a48c21

Please sign in to comment.