Skip to content

Commit 5b7356d

Browse files
committed
Run snapshot tests on iOS 13 (#6306)
1 parent 828519c commit 5b7356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-snapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function runAndroidSnapshotTests() {
2121
function runIosSnapshotTests() {
2222
exec.execSync('npm run build');
2323
exec.execSync('npm run pod-install');
24-
testTarget(RECORD ? 'SnapshotRecordTests' : 'SnapshotTests', 'iPhone 11', '13.0');
24+
testTarget(RECORD ? 'SnapshotRecordTests' : 'SnapshotTests', 'iPhone 11', '13.3');
2525
}
2626

2727
function testTarget(scheme, device, OS = 'latest') {

0 commit comments

Comments
 (0)