fixturefiles

0.3.0 • Public • Published

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

Package Sidebar

Install

npm i fixturefiles

Weekly Downloads

17

Version

0.3.0

License

MIT

Last publish

Collaborators

  • silas