Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 976 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 976 Bytes

Contributing to LaunchDarkly JavaScript Test Helpers

Submitting bug reports and feature requests

The LaunchDarkly SDK team monitors the issue tracker in the SDK repository for bug reports and feature requests. Note that this is meant to remain a lightweight library, so major feature additions are unlikely unless the LaunchDarkly SDK projects have new testing needs.

Submitting pull requests

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 team will add themselves.

Build instructions

Setup

To install project dependencies, from the project root directory:

npm install

Building

To compile the TypeScript code to JS:

npm run build

Testing

To run all unit tests:

npm test