Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

data-for-tests

ClimbsRocks13MIT0.0.4

A collection of datasets used by the test suites of other repos. This means we aren't saving big .csv files in those repos alongside our code.

machineJS, machine-js, data-formatter

readme

data-for-tests

Saves datasets used in test suites into a central location, so we don't need to save them alongside our code.

Why does this repo exist?

Saving datasets into a repo is problematic. It looks like you wrote crazy amounts of code, when all you did is save a .csv file. It also makes it more difficult to download, since you are now forcing all your users to download these many-megabyte files whenever they want access to your code.

This repo is designed to be used with data-formatter and machine-js, holding the data used by their test suites.

Please visit their respective pages for more information on those two exciting projects!