|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
2 | 2 |
|
3 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 1`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 3 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 1`] = `"Expected string or number on left hand side of operation, got boolean."`; |
4 | 4 |
|
5 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 2`] = `"Expected string on right hand side of operation, got number."`; |
| 5 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 2`] = `"Expected string on right hand side of operation, got number."`; |
6 | 6 |
|
7 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 3`] = `"Expected string on right hand side of operation, got function."`; |
| 7 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 3`] = `"Expected string on right hand side of operation, got function."`; |
8 | 8 |
|
9 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 4`] = `"Expected number on right hand side of operation, got string."`; |
| 9 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 4`] = `"Expected number on right hand side of operation, got string."`; |
10 | 10 |
|
11 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 5`] = `"Expected string or number on left hand side of operation, got function."`; |
| 11 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 5`] = `"Expected string or number on left hand side of operation, got function."`; |
12 | 12 |
|
13 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 6`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 13 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 6`] = `"Expected string or number on left hand side of operation, got boolean."`; |
14 | 14 |
|
15 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 7`] = `"Expected string or number on left hand side of operation, got function."`; |
| 15 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 7`] = `"Expected string or number on left hand side of operation, got function."`; |
16 | 16 |
|
17 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 8`] = `"Expected string on right hand side of operation, got function."`; |
| 17 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 8`] = `"Expected string on right hand side of operation, got function."`; |
18 | 18 |
|
19 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 9`] = `"Expected string on right hand side of operation, got number."`; |
| 19 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 9`] = `"Expected string on right hand side of operation, got number."`; |
20 | 20 |
|
21 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 10`] = `"Expected string or number on left hand side of operation, got function."`; |
| 21 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 10`] = `"Expected string or number on left hand side of operation, got function."`; |
22 | 22 |
|
23 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 11`] = `"Expected number on right hand side of operation, got string."`; |
| 23 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 11`] = `"Expected number on right hand side of operation, got string."`; |
24 | 24 |
|
25 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 12`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 25 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 12`] = `"Expected string or number on left hand side of operation, got boolean."`; |
26 | 26 |
|
27 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 13`] = `"Expected string or number on left hand side of operation, got function."`; |
| 27 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 13`] = `"Expected string or number on left hand side of operation, got function."`; |
28 | 28 |
|
29 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 14`] = `"Expected string on right hand side of operation, got function."`; |
| 29 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 14`] = `"Expected string on right hand side of operation, got function."`; |
30 | 30 |
|
31 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 15`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 31 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 15`] = `"Expected string or number on left hand side of operation, got boolean."`; |
32 | 32 |
|
33 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 16`] = `"Expected string on right hand side of operation, got number."`; |
| 33 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 16`] = `"Expected string on right hand side of operation, got number."`; |
34 | 34 |
|
35 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 17`] = `"Expected string on right hand side of operation, got function."`; |
| 35 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 17`] = `"Expected string on right hand side of operation, got function."`; |
36 | 36 |
|
37 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 18`] = `"Expected number on right hand side of operation, got string."`; |
| 37 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 18`] = `"Expected number on right hand side of operation, got string."`; |
38 | 38 |
|
39 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 19`] = `"Expected string or number on left hand side of operation, got function."`; |
| 39 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 19`] = `"Expected string or number on left hand side of operation, got function."`; |
40 | 40 |
|
41 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 20`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 41 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 20`] = `"Expected string or number on left hand side of operation, got boolean."`; |
42 | 42 |
|
43 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 21`] = `"Expected string or number on left hand side of operation, got function."`; |
| 43 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 21`] = `"Expected string or number on left hand side of operation, got function."`; |
44 | 44 |
|
45 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 22`] = `"Expected string on right hand side of operation, got function."`; |
| 45 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 22`] = `"Expected string on right hand side of operation, got function."`; |
46 | 46 |
|
47 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 23`] = `"Expected string on right hand side of operation, got number."`; |
| 47 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 23`] = `"Expected string on right hand side of operation, got number."`; |
48 | 48 |
|
49 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 24`] = `"Expected string or number on left hand side of operation, got function."`; |
| 49 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 24`] = `"Expected string or number on left hand side of operation, got function."`; |
50 | 50 |
|
51 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 25`] = `"Expected number on right hand side of operation, got string."`; |
| 51 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 25`] = `"Expected number on right hand side of operation, got string."`; |
52 | 52 |
|
53 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 26`] = `"Expected string or number on left hand side of operation, got boolean."`; |
| 53 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 26`] = `"Expected string or number on left hand side of operation, got boolean."`; |
54 | 54 |
|
55 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 27`] = `"Expected string or number on left hand side of operation, got function."`; |
| 55 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 27`] = `"Expected string or number on left hand side of operation, got function."`; |
56 | 56 |
|
57 | | -exports[`Invalid binary type combinations for (<|>|<==|>==) return TypeError 28`] = `"Expected string on right hand side of operation, got function."`; |
| 57 | +exports[`Invalid binary type combinations for (<|>|<=|>=) return TypeError 28`] = `"Expected string on right hand side of operation, got function."`; |
58 | 58 |
|
59 | 59 | exports[`Invalid binary type combinations for (-|*|/|%) return TypeError 1`] = `"Expected number on right hand side of operation, got boolean."`; |
60 | 60 |
|
|
0 commit comments