Skip to content

Commit

Permalink
chore: use messageId in all rules (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 10, 2019
1 parent 75c9773 commit 3bb50dc
Show file tree
Hide file tree
Showing 65 changed files with 801 additions and 1,300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Array [
"lineCount": 1,
"lineLimit": 0,
},
"message": "Expected to not encounter a Jest snapshot but was found with {{ lineCount }} lines long",
"messageId": "noSnapshot",
"node": Object {
"loc": Object {
"end": Object {
Expand All @@ -29,7 +29,7 @@ Array [
"lineCount": 83,
"lineLimit": 70,
},
"message": "Expected Jest snapshot to be smaller than {{ lineLimit }} lines but was {{ lineCount }} lines long",
"messageId": "tooLongSnapshots",
"node": Object {
"loc": Object {
"end": Object {
Expand All @@ -51,7 +51,7 @@ Array [
"lineCount": 52,
"lineLimit": 50,
},
"message": "Expected Jest snapshot to be smaller than {{ lineLimit }} lines but was {{ lineCount }} lines long",
"messageId": "tooLongSnapshots",
"node": Object {
"loc": Object {
"end": Object {
Expand Down
Loading

0 comments on commit 3bb50dc

Please sign in to comment.