Commit 371e9f5
[Test] Stop ignoring exceptions thrown in snapshot tests
Summary:
This logic can hide breakages and cause tests to pass when the
underlying logic is actually broken. I encountered these hidden
breakages while working on some further feature changes, and figured
it was appropriate to fix this first.
As all existing tests pass without the try/catch, this change is
effectively a no-op.
Test Plan:
`yarn install && yarn run test ./tests/`1 parent 045e85e commit 371e9f5
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments