1.0.0 • Published 2 years ago

@grixu/jest-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@grixu/jest-config

It's simple Jest config for use in grixu/ui library and other projects.

Usage

yarn add -D @grixu/jest-config

Then, add jest.config.js file with following content:

const base = require("@grixu/jest-config")
const packageJson = require("./package")

module.exports = {
  ...base,
  name: packageJson.name,
  displayName: packageJson.name,
}

and create an babel.config.js, and fill it like this one:

module.exports = {
  presets: ["@babel/preset-env"],
}

Changelog

Please see CHANGELOG in each package for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.