Skip to content

Commit

Permalink
Change the test package name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 19, 2023
1 parent c63919c commit a629632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thanks for writing tests! Here's a quick run-down on our current setup.

## Writing tests

For all unit tests, please use the return value from `test/utils/createRenderer`.
For all unit tests, please use the return value from `@mui-internal/test-utilities/createRenderer`.
It prepares the test suite and returns a function with the same interface as
[`render` from `@testing-library/react`](https://testing-library.com/docs/react-testing-library/api#render).

Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test",
"name": "@mui-internal/tests",
"version": "5.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit a629632

Please sign in to comment.