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