We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828519c commit 5b7356dCopy full SHA for 5b7356d
scripts/test-snapshot.js
@@ -21,7 +21,7 @@ function runAndroidSnapshotTests() {
21
function runIosSnapshotTests() {
22
exec.execSync('npm run build');
23
exec.execSync('npm run pod-install');
24
- testTarget(RECORD ? 'SnapshotRecordTests' : 'SnapshotTests', 'iPhone 11', '13.0');
+ testTarget(RECORD ? 'SnapshotRecordTests' : 'SnapshotTests', 'iPhone 11', '13.3');
25
}
26
27
function testTarget(scheme, device, OS = 'latest') {
0 commit comments