Skip to content
#

unit-tests

Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

Here are 59 public repositories matching this topic...

Using the SpaceX API, The Space Travelers' Hub is a web application for an imaginary company that provides commercial and scientific space travel services. Consisting of Rockets, Missions, and a My Profile section, this application allows users to book rockets and join selected space missions.

  • Updated Jul 15, 2023
  • JavaScript