Skip to content

Commit f9fccd8

Browse files
authored
Update README.md (#3)
1 parent e46bbd8 commit f9fccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MyPreviewTest: PreviewTest {
3030
}
3131
```
3232

33-
Note there are no test functions. They get automatically added at runtime by `PreviewTest`. You can return a list of previews from the `snapshotPreviews()` function based on what preview you are trying to locally validate. The previews will be added as attachements in Xcode’s test results.
33+
Note there are no test functions. They get automatically added at runtime by `PreviewTest`. You can return a list of previews from the `snapshotPreviews()` function based on what preview you are trying to locally validate. The previews will be added as attachements in Xcode’s test results. The test must be run on an iOS simulator (not device).
3434

3535
![Screenshot of Xcode test output](images/testOutput.png)
3636

0 commit comments

Comments
 (0)