# data-for-tests

> 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.

Latest version **0.0.4** (published 2015-11-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install data-for-tests
pnpm add data-for-tests
yarn add data-for-tests
bun add data-for-tests
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2015-11-15 |
| First published | 2015-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Preston Parry |
| Maintainers | climbsrocks |
| Keywords | machineJS, machine-js, data-formatter |

## Links

- npm: https://www.npmjs.com/package/data-for-tests
- Repository: https://github.com/ClimbsRocks/data-for-tests
- Issues: https://github.com/ClimbsRocks/data-for-tests/issues
- npm.io page: https://npm.io/package/data-for-tests

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2015-11-15
- 0.0.3 — 2015-11-15
- 0.0.2 — 2015-11-06
- 0.0.1 — 2015-11-06

## 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!

---
_Source: https://npm.io/package/data-for-tests · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
