mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-15 18:54:36 +00:00
683 B
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:
- Run
npm run package:libfrom the root folder in this repository. This creates a tarball in the/buildfolder. - In your app's root folder, run
npm install <path/to/tarball>. This will install the changed version of the adapter in your app.