Commit 3b3bdb7
committed
Lower jest threshold - allow error handling
\### Rationale
100% thresholds across code is unreasonable when there should be some
error handling within the plugin. This is so when eslint changes its
interpretation of syntax or a user provides something weird/unexpected
the plugin doesn't cause `eslint` to crash.1 parent 8c1a4bc commit 3b3bdb7
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments