Skip to content

Commit

Permalink
Merge branch 'master' into feat/progress
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Nov 23, 2017
2 parents 362e81d + a2275ce commit 74427d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# jest-tap-reporter

[![Greenkeeper badge](https://badges.greenkeeper.io/MailOnline/jest-tap-reporter.svg)](https://greenkeeper.io/)

[travis-badge]: https://api.travis-ci.org/MailOnline/jest-tap-reporter.svg?branch=master
[travis]: https://travis-ci.org/MailOnline/jest-tap-reporter
[npm-badge]: https://img.shields.io/npm/v/jest-tap-reporter.svg
Expand Down
1 change: 1 addition & 0 deletions demo/foo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test('', () => {
throw new TypeError('Unknown error occured.');
});

// eslint-disable-next-line jest/no-disabled-tests
test('skipped test');

// eslint-disable-next-line jest/no-disabled-tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"commitizen": "^2.9.5",
"eslint": "^4.2.0",
"eslint-config-mailonline": "^7.0.1",
"eslint-config-mailonline": "^9.0.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"mol-conventional-changelog": "^1.2.0",
Expand Down

0 comments on commit 74427d8

Please sign in to comment.