Austin Wei
Austin Wei
Hi, new to Surplus and enjoying it so far. I recently ran into this issue and have been left scratching my head. I've created a fiddle here: https://jsfiddle.net/awei01/hfLq5knr/ The basic...
Hi, Thought this might be handy. It simply checks to see if React.addons.TestUtils is present and if it is, it creates the jasmineReact.TestUtils reference. Created a separate test/index-testutils.html and updated...
Hi, this module works well with happy paths, but I can't seem to test broken paths. My lambda calls an external service. I mock the service to throw an error...