mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
Merge branch 'staging' into release/staging-2025-12-12
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user