This directory is for unit testing, which should insure that all pull requests have valid files. Each file in the form scriptname.test.js will be run by jest, a node based unit testing library created by facebook. To understand what unit testing does check out The Coding Train's video series.
This directory should allow continuous integration to be set up using circleCI, as seen in parts 3 and 4 of the coding trains video series.