···762762 repoRef,
763763 meta,
764764765765+ // TODO(serhalp): Consider removing the zero fallback so callers can make a distinction between
766766+ // "unresolved data" and "zero value"
765767 stars: computed(() => meta.value?.stars ?? 0),
766768 forks: computed(() => meta.value?.forks ?? 0),
767769 watchers: computed(() => meta.value?.watchers ?? 0),
+2
playwright.config.ts
···1818 reuseExistingServer: false,
1919 timeout: 60_000,
2020 },
2121+ // We currently only test on one browser on one platform
2222+ snapshotPathTemplate: '{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{ext}',
2123 use: {
2224 baseURL,
2325 trace: 'on-first-retry',