Skip to content

Commit

Permalink
Add release info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM committed May 15, 2024
1 parent f53b767 commit fde694a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,16 @@ It is important that this is called so future imports work as expected.



## Test
## Contributing

### Test

This library contains two types of tests.
1. Typescript tests to ensure typing works as intended: `npm run dtslint`
2. Unit tests to check the runtime functionality of the library: `npm run unit-test`

Both test suites are run when using `npm run test`

### Releasing

Release new versions to both npm and github using the [Setup Release](https://github.com/EmandM/ts-mock-imports/actions/workflows/update-version.yml) action.

0 comments on commit fde694a

Please sign in to comment.