Home
last modified time | relevance | path

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

/expo/packages/expo-font/src/__tests__/
H A DFont-test.native.ts67 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant
73 expect(NativeFontLoader.loadAsync).toHaveBeenCalledTimes(1);
80 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant
89 expect(NativeFontLoader.loadAsync).not.toHaveBeenCalled();
95 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant
96 NativeFontLoader.loadAsync.mockImplementation(async () => {
104 expect(NativeFontLoader.loadAsync).toHaveBeenCalled();
110 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant
137 const NativeFontLoader = NativeModulesProxy.ExpoFontLoader; constant
144 expect(NativeFontLoader.loadAsync).not.toHaveBeenCalled();
[all …]