1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-15 18:54:36 +00:00
Files
adapter/CONTRIBUTING.md
2020-09-02 11:29:39 +01:00

683 B

Contributing

Contributions to SASjs are very welcome! When making a PR, test cases should be included.

This repository contains a suite of tests built using @sasjs/test-framework.

Detailed instructions for creating and running the tests can be found here.

If you'd like to test your changes in an app that uses the adapter, you can do so as follows:

  1. Run npm run package:lib from the root folder in this repository. This creates a tarball in the /build folder.
  2. In your app's root folder, run npm install <path/to/tarball>. This will install the changed version of the adapter in your app.