Sage Ross
Results
364
comments of
Sage Ross
Can you post the stack traces from the failures? That will show exactly which line of the test it failed at.
Ah, so it looks like there are javascript errors causing the problem. Try running `yarn build` to use the production version of the assets and see if the errors change.
The large number of places that switch behavior on the `is_monday_start` value sets off alarms for me. Can this be implemented in a way that has a narrowing footprint in...