cookies
cookies copied to clipboard
Cookies Testing Suite
Feature request
Create an example application to implement common use cased for the cookies library in order to run unit, integration, and E2E tests for future changes.
Asking the community on how you use the library in order to create a suite of tests we can run.
Why it is needed
To increase confidence about the module, reduce amount of future regressions, and validate supported feature sets of the library.
Possible implementation
• Use react-native init & typescript template to create the base project. • Use Jest to write unit tests/mock functions • Use React Native Testing Library to create integration tests • Use Detox for E2E tests