fixreader

1.2.0 • Public • Published

fixreader NPM version build status Test coverage

Simple fixture file reader

Installation

npm install --save-dev fixreader

Usage

With fixture files

test
├── fixtures
│   ├── complete
│   │   ├── file.js
│   │   └── file.txt
│   ├── directory
│   │   └── file.txt
│   ├── text.txt
│   └── tmp
└── index.js

you can read test/fixtures/directory/file.txt by

var fixtures = require('fixreader')();
console.log(fixtures.directory.file);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    2
  • 1.1.0
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i fixreader

Weekly Downloads

2

Version

1.2.0

License

MIT

Last publish

Collaborators

  • cattail