Skip to content

Commit

Permalink
test: fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Mar 22, 2022
1 parent c760e6d commit dfa2c98
Showing 1 changed file with 20 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
exports[`Programmable API 1`] = `
"- 8 files (0 file passed, 8 files failed) checked.
- 57 problems (56 errors, 1 warning) found.
┌─────────────────────────────┬───────┬─────────┬────────────┬─────────────────┐
│ Rule │ Error │ Warning │ is fixable │ has suggestions │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ ban-exponentiation-operator │ 8 │ 0 │ 0 │ 0 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ semi │ 12 │ 1 │ 13 │ 0 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ import/order │ 3 │ 0 │ 3 │ 0 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ prefer-const │ 4 │ 0 │ 4 │ 0 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ no-unused-vars │ 7 │ 0 │ 0 │ 0 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ no-useless-escape │ 5 │ 0 │ 0 │ 5 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ no-unsafe-negation │ 5 │ 0 │ 0 │ 5 │
├─────────────────────────────┼───────┼─────────┼────────────┼─────────────────┤
│ arrow-body-style │ 12 │ 0 │ 12 │ 0 │
└─────────────────────────────┴───────┴─────────┴────────────┴─────────────────┘"
╔═════════════════════════════╤═══════╤═════════╤════════════╤═════════════════╗
║ Rule │ Error │ Warning │ is fixable │ has suggestions ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ ban-exponentiation-operator │ 8 │ 0 │ 0 │ 0 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ semi │ 12 │ 1 │ 13 │ 0 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ import/order │ 3 │ 0 │ 3 │ 0 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ prefer-const │ 4 │ 0 │ 4 │ 0 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ no-unused-vars │ 7 │ 0 │ 0 │ 0 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ no-useless-escape │ 5 │ 0 │ 0 │ 5 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ no-unsafe-negation │ 5 │ 0 │ 0 │ 5 ║
╟─────────────────────────────┼───────┼─────────┼────────────┼─────────────────╢
║ arrow-body-style │ 12 │ 0 │ 12 │ 0 ║
╚═════════════════════════════╧═══════╧═════════╧════════════╧═════════════════╝
"
`;

exports[`Programmable API 2`] = `
Expand Down

0 comments on commit dfa2c98

Please sign in to comment.