David Lechner
|
08fea237c9
|
change setState() to updateState()
this way we don't wipe out state if we change a different value
|
2021-01-22 15:58:10 -06:00 |
|
David Lechner
|
caacaad341
|
use recursive partial so we don't have to use "as"
|
2021-01-22 10:35:11 -06:00 |
|
David Lechner
|
da298ab565
|
add some tests for notification sagas
|
2021-01-18 17:29:04 -06:00 |
|
David Lechner
|
b6bda26484
|
fix error handling in test saga
Jest used to define fail() but doesn't seem to do this anymore.
Replace it with throwing an error instead, which is basically the
same thing.
|
2021-01-14 10:50:28 -06:00 |
|
David Lechner
|
71ad9c1b1b
|
Update to create-react-app 4
- had to update eslint deps
- ran into https://github.com/palantir/blueprint/issues/4112
- had to move beta.svg out of static/
- had to fix prettier formatting changes
- ran into https://github.com/facebook/jest/issues/7780
|
2020-11-20 21:08:53 -06:00 |
|
David Lechner
|
c3d4a07053
|
fix TextEncoder/TextDecoder on CI
was working locally but not on CI for some reason
|
2020-06-10 21:59:34 -05:00 |
|
David Lechner
|
17cb5a32d5
|
convert editor service to saga
|
2020-06-10 21:59:34 -05:00 |
|
David Lechner
|
5c3ec89e3b
|
add test for editor saga
|
2020-06-10 21:59:34 -05:00 |
|
David Lechner
|
31c3e2b52e
|
refactor common test helpers into test/
This way we can share them with multiple tests
|
2020-06-10 21:59:34 -05:00 |
|