1.0.0 • Published 6 years ago

jest-preset-loopback v1.0.0

Weekly downloads
436
License
MIT
Repository
github
Last release
6 years ago

jest-preset-loopback

npm npm npm

Jest preset for Loopback 3.x.

Getting Started

Install jest-preset-loopback using yarn:

yarn add --dev jest-preset-loopback

Usage

In your package.json, add:

"jest": {
  "preset": "jest-preset-loopback"
}

Or, in a new file at the root of your project called jest.config.js:

module.exports = {
  preset: 'jest-preset-loopback',
};

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago