Merge branch 'staging' into release/staging-2025-12-12

This commit is contained in:
Justin Hernandez
2025-12-13 17:26:23 -08:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ describe('parseScanResponse', () => {
expect(result.dg2Hash).toEqual([18, 52]);
});
it.skip('parses Android response', () => {
it('parses Android response', () => {
// Set Platform.OS to android for this test
global.mockPlatformOS = 'android';