Skip to content

Commit

Permalink
chore: release new version 0.0.10 with updated repo url and removed c…
Browse files Browse the repository at this point in the history
…onsole.log
  • Loading branch information
YOU54F committed May 2, 2019
1 parent 1cf4550 commit 3edc451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-pact",
"version": "0.0.9",
"version": "0.0.10",
"description": "a pact adaptor for jest",
"main": "dist/lib/index.js",
"scripts": {
Expand All @@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/you54f/jestpact.git"
"url": "git+https://github.com/you54f/jest-pact.git"
},
"author": "YOU54F",
"license": "MIT",
"bugs": {
"url": "https://github.com/you54f/jestpact/issues"
"url": "https://github.com/you54f/jest-pact/issues"
},
"homepage": "https://github.com/you54f/jestpact#readme",
"homepage": "https://github.com/you54f/jest-pact#readme",
"devDependencies": {
"@pact-foundation/pact": "8.2.2",
"@types/jest": "24.0.12",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ export const pactWithSuperTest = (options: PactOptions, tests: any) =>

const getClient = (port: number) => {
const url = `http://localhost:${port}`;
console.log(url)
return supertest(url);
};

0 comments on commit 3edc451

Please sign in to comment.