This document discusses front-end testing for a React/Redux application called SpaceStation. It outlines the current testing stack including Jest, Enzyme and React test utils. It describes different types of tests like structural, behavioural and snapshot testing. It also covers challenges of testing Redux and connected components as well as options for visual regression and acceptance testing.