Lines Matching refs:getCodeSigningInfoAsync
7 import { getCodeSigningInfoAsync, signManifestString } from '../codesigning';
58 describe(getCodeSigningInfoAsync, () => {
63 await expect(getCodeSigningInfoAsync({} as any, null, undefined)).resolves.toBeNull();
67 await expect(getCodeSigningInfoAsync({} as any, 'hello', undefined)).rejects.toThrowError(
70 await expect(getCodeSigningInfoAsync({} as any, 'keyid=1', undefined)).rejects.toThrowError(
74 getCodeSigningInfoAsync({} as any, 'keyid="hello", alg=1', undefined)
88 const result = await getCodeSigningInfoAsync(
97 const result = await getCodeSigningInfoAsync(
106 const result = await getCodeSigningInfoAsync(
118 const result2 = await getCodeSigningInfoAsync(
134 getCodeSigningInfoAsync(
143 const result = await getCodeSigningInfoAsync(
149 const result2 = await getCodeSigningInfoAsync(
162 getCodeSigningInfoAsync({} as any, 'keyid="expo-go"', undefined)
176 const result = await getCodeSigningInfoAsync(
191 getCodeSigningInfoAsync(
205 getCodeSigningInfoAsync(
219 getCodeSigningInfoAsync(
232 getCodeSigningInfoAsync(
247 getCodeSigningInfoAsync(