# yahoo-finance tests

## Directory structure

### Unit tests

Live adjacent to the file they're testing with a `.spec.js` suffix.

### Integration tests

Live in this directory.

### Fixtures

Sample data used by both the unit and integration tests, live in
`tests/fixtures`.

## ES version

Tests are written in ES7, and transpiled for your current node version with
babel.
