Conversation
achou11
commented
Apr 30, 2026
Comment on lines
+2
to
+12
| import { | ||
| valueOf, | ||
| type ComapeoDoc, | ||
| type ComapeoValue, | ||
| type FieldValue, | ||
| type ObservationValue, | ||
| type PresetValue, | ||
| type RemoteDetectionAlertValue, | ||
| type TrackValue, | ||
| } from '@comapeo/core/schema.js' | ||
| import type { MapeoProjectApi } from '@comapeo/ipc' |
Member
Author
There was a problem hiding this comment.
Future task is to export relevant types from @comapeo/core-react-native such that the app never needs to install and reference core or ipc.
Member
Author
There was a problem hiding this comment.
mostly generated via Claude, with some manual adjustments based on usage.
uses "e2e" instead of "testing"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a testing app to
applications/e2ethat can be used to run on-device e2e tests. Uses an identical approach to Expo's test suite for their native modules by runningjasmine-core@5in the application.Introduced tests are non-exhaustive. Have currently only ported the project CRUD tests from core, some of which are failing (seemingly due to legitimate reasons)
Screen.Recording.2026-05-04.at.12.55.13.mov