Skip to content

Commit

Permalink
Update packages/testing/src/cypress/setup.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
anagstef and LekoArts committed May 17, 2024
1 parent a090fcc commit b55804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/src/cypress/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ClerkSetupParams = {
export const clerkSetup = async ({ config, options }: ClerkSetupParams) => {
console.log(
'\x1b[33m%s\x1b[0m',
'@clerk/testing: Cypress is an experimental project and subject to change in the future.',
'@clerk/testing: Support for Cypress is experimental and subject to change in the future.',
);

if (!config) {
Expand Down

0 comments on commit b55804d

Please sign in to comment.