Loads the seed data for the test database.
npm install db-seed-testLoads the seed data for the test database.
Add the package to your project using the npm ecosystem:
``bash`
$ npm install db-seed-test --save-dev
Then setup the npm script via the package.json file.
`json`
./package.json
"scripts": {
"db:seed:test": "node ./node_modules/.bin/db_seed_test",
},
Now run the command:
`bash``
$ npm run db:seed:test
Get the project's history in CHANGELOG.md.
Andy Bettisworth
This project is released under the MIT License.