Skip to content

Commit

Permalink
docs: wiremock-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Mar 29, 2024
1 parent f08b14a commit b761d8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _docs/solutions/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ console.log(stubMappings);

await wireMock.global.shutdown();
```

## WireMock NPM package

The WireMock NPM package is the WireMock standalone JAR packaged inside an NPM package. It has the exact same features as WireMock standalone and uses the same versioning.

The main benefit of packaging it inside an NPM package is that the user will only need access to an NPM registry to use it. This is often the situation when working behind firewalls in organizations.

- [GitHUb Repository](https://github.com/wiremock/wiremock-npm)

0 comments on commit b761d8a

Please sign in to comment.