Jakub Jirutka
|
49d16ec079
|
Use no delimiter for members in interfaces
|
2020-06-21 01:23:40 +02:00 |
|
Jakub Jirutka
|
d29f006090
|
Bump eslint and its plugins, update rules and fix new violations
|
2020-06-21 01:23:39 +02:00 |
|
Jakub Jirutka
|
110c8ca82a
|
Use property signature syntax for methods
See 4c9293bd5e/packages/eslint-plugin/docs/rules/method-signature-style.md
|
2020-06-20 12:47:35 +02:00 |
|
Jakub Jirutka
|
ad741eaf48
|
Make toMatchElement compatible with other DOM implementations
|
2020-04-08 12:24:23 +02:00 |
|
Jakub Jirutka
|
6eebe39b4d
|
Fix swapped arguments in toMatchElement
|
2020-04-08 01:26:44 +02:00 |
|
Jakub Jirutka
|
fd5d79319c
|
Bump eslint and its plugins, fix new code-style violations
|
2020-01-23 17:31:46 +01:00 |
|
Jakub Jirutka
|
bc4d2e1d9a
|
Bump jest and ts-jest from 24.x to 25.x
|
2020-01-23 15:29:06 +01:00 |
|
Jakub Jirutka
|
e7d8cfa193
|
Add Jest matcher toMatchElement()
|
2019-09-29 02:04:50 +02:00 |
|
Jakub Jirutka
|
1416f80634
|
Improve matcher toHtmlEqual() to support array of elements
|
2019-09-29 02:02:14 +02:00 |
|
Jakub Jirutka
|
196b37827f
|
Disable ESLint rule consistent-type-definitions
It's actually better to use "interface" instead of "type" - interfaces
preserve their name in error messages, types do not (they are just
aliases).
|
2019-09-28 01:05:25 +02:00 |
|
Jakub Jirutka
|
f19a70416e
|
Completely refactor renderer and add tests for utils
|
2019-09-16 22:54:51 +02:00 |
|