Skip to content

Commit

Permalink
Updated url to reflect github username change. Moving to v1.0.0 as ap…
Browse files Browse the repository at this point in the history
…i is stable
  • Loading branch information
bpedersen committed May 23, 2019
1 parent f96291e commit d753cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Jest utility to mock the console
If you use console or prop-types in your app, and you use jest then you end up with tests that look like:

<img
src="https://github.com/pieredome/jest-mock-console/raw/master/img/screenshot-problem.png"
src="https://github.com/bpedersen/jest-mock-console/raw/master/img/screenshot-problem.png"
alt="Terminal Screenshot"
title="Terminal Screenshot"
width="500px"
Expand All @@ -37,7 +37,7 @@ This is not helpful as all of the tests have passed, but you are seeing red. It
This allows you to mock and unmock the console at will, so your tests look like:

<img
src="https://github.com/pieredome/jest-mock-console/raw/master/img/screenshot-solution.png"
src="https://github.com/bpedersen/jest-mock-console/raw/master/img/screenshot-solution.png"
alt="Terminal Screenshot"
title="Terminal Screenshot"
width="500px"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock-console",
"version": "0.4.2",
"version": "1.0.0",
"description": "Jest utility to mock the console",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/pieredome/jest-mock-console.git"
"url": "https://github.com/bpedersen/jest-mock-console.git"
},
"bugs": {
"url": "https://github.com/pieredome/jest-mock-console/issues"
"url": "https://github.com/bpedersen/jest-mock-console/issues"
},
"homepage": "https://github.com/pieredome/jest-mock-console#readme",
"homepage": "https://github.com/bpedersen/jest-mock-console#readme",
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
Expand Down

0 comments on commit d753cc3

Please sign in to comment.