From 6f9064e8b34f85f30caeaf9be6ef126d958af5a0 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sat, 21 Jan 2017 11:08:01 +1100 Subject: [PATCH] chore(docs): update comment on Jest integration #10 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b6bf251..b43bbc475 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ npm install --save-dev pact * [Pact with Karma + Mocha](https://github.com/pact-foundation/pact-js/tree/master/karma/mocha) #### Note on Jest -Jest uses JSDOM under the hood which may cause weird issues with libraries making HTTP request. Check [this issue](https://github.com/pact-foundation/pact-js/issues/10) and more explicitly [this comment](https://github.com/pact-foundation/pact-js/issues/10#issuecomment-249356066) about that. +Jest uses JSDOM under the hood which may cause issues with libraries making HTTP request. See [this issue](https://github.com/pact-foundation/pact-js/issues/10) for background, +and the Jest [example](https://github.com/pact-foundation/pact-js/blob/master/examples/jest/package.json#L10-L12) for a working solution. ### Using Pact JS diff --git a/package.json b/package.json index 505eecec7..16143bf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pact", - "version": "1.0.0-rc.5", + "version": "1.0.0", "description": "Pact for all things Javascript", "main": "./src/pact.js", "scripts": {