Results 114 comments of Jim

Good idea @k8culver 👍 I would also like this example to be expanded to include more shifts per day, but I'm worried that locking everyone into predefined shifts in the...

I can think of at least two different types of tests we could have for this: 1) "End to end" tests where we put in inputs that we already know...

@pedrottimark Are you guys planning to fix this any time soon? I am also using shallow rendering and experience bad test results. 😕 Here is my test code: ``` expect(shallowResult.props.children).toEqual(...

In the end my test is passing with this (I was forgetting the "key" field and wasn't aware it was missing until doing the stringified comparison): ``` expect(JSON.stringify(shallowResult.props.children)).toEqual( JSON.stringify( [,...