Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesLoggerTests.swift26 let logEntries: [String] = logReader.getLogEntries(newerThan: epoch) in test_BasicLoggingWorks() variable
29 XCTAssertTrue(logEntries.count >= 2) in test_BasicLoggingWorks()
33 let logEntryText: String = logEntries[logEntries.count - 2] in test_BasicLoggingWorks()
44 let logEntryText2: String = logEntries[logEntries.count - 1] as String in test_BasicLoggingWorks()
H A DUpdatesLogReaderTests.swift27 var logEntries: [[String: Any]] = [] in test_ReadLogsAsDictionaries() variable
29 logEntries = try logReader.getLogEntries(newerThan: epoch) in test_ReadLogsAsDictionaries()
35 XCTAssertTrue(logEntries.count >= 2) in test_ReadLogsAsDictionaries()
39 let logEntry: [String: Any] = logEntries[logEntries.count - 2] in test_ReadLogsAsDictionaries()
49 let logEntry2: [String: Any] = logEntries[logEntries.count - 1] in test_ReadLogsAsDictionaries()
/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts261 const logEntries: any[] = await readLogEntriesAsync(); constant
264 logEntries.length +
266 JSON.stringify(logEntries, null, 2)
270 jestExpect(logEntries.length > 0).toBe(true);
272 jestExpect(logEntries.map((entry) => entry.code)).toEqual(
864 const logEntries = await readLogEntriesAsync(); constant
867 logEntries.length +
869 JSON.stringify(logEntries, null, 2)
871 jestExpect(logEntries.length).toBeGreaterThan(0);
H A DApp.tsx127 const logEntries = await Updates.readLogEntriesAsync(60000);
129 setLogs(logEntries);
199 <Text testID="logEntries" style={styles.logEntriesText}>