From 46b7d695e07bd54f49e04f20d501eeeb879951c3 Mon Sep 17 00:00:00 2001 From: Yiming Li Date: Fri, 9 May 2025 20:43:42 +0800 Subject: [PATCH] fix: correct link to testing library docs --- .changeset/weak-clouds-care.md | 3 +++ .../testing-library/etc/react-lynx-testing-library.api.md | 2 +- packages/testing-library/README.md | 2 +- packages/testing-library/testing-environment/README.md | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/weak-clouds-care.md diff --git a/.changeset/weak-clouds-care.md b/.changeset/weak-clouds-care.md new file mode 100644 index 0000000000..853d812bb3 --- /dev/null +++ b/.changeset/weak-clouds-care.md @@ -0,0 +1,3 @@ +--- + +--- diff --git a/packages/react/testing-library/etc/react-lynx-testing-library.api.md b/packages/react/testing-library/etc/react-lynx-testing-library.api.md index 53f6f051e1..2918a26696 100644 --- a/packages/react/testing-library/etc/react-lynx-testing-library.api.md +++ b/packages/react/testing-library/etc/react-lynx-testing-library.api.md @@ -1,4 +1,4 @@ -## API Report File for "@lynx-js/react-lynx-testing-library" +## API Report File for "@lynx-js/reactlynx-testing-library" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). diff --git a/packages/testing-library/README.md b/packages/testing-library/README.md index a47064aca3..83450f763c 100644 --- a/packages/testing-library/README.md +++ b/packages/testing-library/README.md @@ -11,7 +11,7 @@ Unit testing library for lynx, same as https://github.com/testing-library. ## Documentation -Find the complete documentation for ReactLynx Testing Library on [lynxjs.org](https://lynxjs.org/react/react-lynx-testing-library.html). +Find the complete documentation for ReactLynx Testing Library on [lynxjs.org](https://lynxjs.org/react/reactlynx-testing-library.html). ## Credits diff --git a/packages/testing-library/testing-environment/README.md b/packages/testing-library/testing-environment/README.md index bfac35ad99..e8ca15ba5b 100644 --- a/packages/testing-library/testing-environment/README.md +++ b/packages/testing-library/testing-environment/README.md @@ -63,7 +63,7 @@ After configuration, you can directly access the `lynxTestingEnv` object globall If you want to use `@lynx-js/testing-environment` for unit testing in ReactLynx, you usually don't need to specify this configuration manually. -Please refer to [ReactLynx Testing Library](https://lynxjs.org/react/react-lynx-testing-library.html) to inherit the configuration from `@lynx-js/react/testing-library`. +Please refer to [ReactLynx Testing Library](https://lynxjs.org/react/reactlynx-testing-library.html) to inherit the configuration from `@lynx-js/react/testing-library`. ## Credits