LaunchDarkly has published an SDK contributor's guide that provides a detailed explanation of how our SDKs work. See below for additional information on how to contribute to this mock library.
The LaunchDarkly SDK team monitors the issue tracker in this repository. Bug reports and feature requests should be filed in this issue tracker.
We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly SDK team will add themselves.
yarn
You can run unit tests or use the mock package in the example app included in this package.
yarn test
You can run the mocks in the example app by doing the following:
-
Build the mock package and copy output to the example app:
yarn prep-dev
-
Running unit tests in the example app:
cd example && yarn test