fixturefiles
v0.3.0
Published
Fixture file loader
Downloads
2,316
Readme
Fixture Files
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).