fixturefiles

v0.3.0
Fixture file loader
files fixtures loader test

Fixture Files Build Status

Simple Node.js module to load fixture files.

Usage

$ npm install fixturefiles
$ mkdir -p ./test/fixtures
$ echo '{"hello":"world"}' > ./test/fixtures/hello.json
$ node -e 'console.log(require("fixturefiles").hello)'
{ hello: 'world' }

License

This work is licensed under the MIT License (see the LICENSE file).

npm i fixturefiles

Metadata

  • MIT
  • Whatever
  • Silas Sewell
  • released 10/23/2015

Downloads

Maintainers