Skip to content

Commit

Permalink
Use eslint rather than webpack for e2e testing (OctoLinker#506)
Browse files Browse the repository at this point in the history
Webpack readme is overloaded with images wich is most likely the root cause why our e2e tests failing from time to time.
  • Loading branch information
stefanbuck authored Aug 28, 2018
1 parent abf35f3 commit 38dd5c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/diff-fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"targetUrl": "https://github.com/eslint/eslint"
},
{
"url": "https://github.com/OctoLinker/OctoLinker/pull/451/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L59",
"targetUrl": "https://github.com/webpack/webpack"
"url": "https://github.com/OctoLinker/OctoLinker/pull/451/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L42",
"targetUrl": "https://github.com/eslint/eslint"
},
{
"url": "https://github.com/OctoLinker/OctoLinker/pull/451/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R59",
"targetUrl": "https://github.com/webpack/webpack"
"url": "https://github.com/OctoLinker/OctoLinker/pull/451/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R42",
"targetUrl": "https://github.com/eslint/eslint"
}
]

0 comments on commit 38dd5c8

Please sign in to comment.