Home
last modified time | relevance | path

Searched refs:testValue (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-crypto/android/src/test/java/expo/modules/crypto/
H A DCryptoModuleTest.kt26 private val testValue = "Expo" in digestStringAsync() constant in expo.modules.crypto.CryptoModuleTest
33 val result = module.digestStringAsync(algorithm, testValue, options) in digestStringAsync()
42 val result = module.digestStringAsync(algorithm, testValue, options) in digestStringAsync()
/expo/apps/test-suite/tests/
H A DCrypto.js20 const testValue = 'Expo'; constant
61 await Crypto.digestStringAsync(CryptoDigestAlgorithm.SHA1, testValue, {
78 const value = await Crypto.digestStringAsync(algorithm, testValue, { encoding });
83 await Crypto.digestStringAsync(algorithm, testValue, { encoding });
/expo/packages/expo-secure-store/src/__tests__/
H A DSecureStore-test.native.ts7 const testValue = 'value `~!@#$%^&*();:\'"-_.,<>'; constant
9 await SecureStore.setItemAsync(testKey, testValue, options);
13 testValue,