Skip to content

Commit

Permalink
Merge pull request #440 from takahirom/takahirom/fix-document/2024-07-18
Browse files Browse the repository at this point in the history
Fix document
  • Loading branch information
takahirom authored Jul 18, 2024
2 parents 0b9be6a + f652815 commit b10e3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ roborazzi {
enable = true
// The package names to scan for Composable Previews.
packages = listOf("com.example")
// The fully qualified class name of the custom test class that implements [com.github.takahirom.roborazzi.RobolectricPreviewTest].
// The fully qualified class name of the custom test class that implements [com.github.takahirom.roborazzi.ComposePreviewTester].
testerQualifiedClassName = "com.example.MyCustomComposePreviewTester"
// robolectricConfig will be passed to Robolectric's @Config annotation in the generated test class.
// See https://robolectric.org/configuring/ for more information.
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/preview_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ roborazzi {
enable = true
// The package names to scan for Composable Previews.
packages = listOf("com.example")
// The fully qualified class name of the custom test class that implements [com.github.takahirom.roborazzi.RobolectricPreviewTest].
// The fully qualified class name of the custom test class that implements [com.github.takahirom.roborazzi.ComposePreviewTester].
testerQualifiedClassName = "com.example.MyCustomComposePreviewTester"
// robolectricConfig will be passed to Robolectric's @Config annotation in the generated test class.
// See https://robolectric.org/configuring/ for more information.
Expand Down

0 comments on commit b10e3e9

Please sign in to comment.