0.1.0 • Published 4 years ago

@seancdavis/netlify-plugin-jest v0.1.0

Weekly downloads
-
License
SEE LICENSE IN .....
Repository
github
Last release
4 years ago

Jest Netlify Plugin

This is a super simple plugin that runs npm test --ci prior to a build on Netlify.

Installation

Install the package from NPM:

npm install -D @seancdavis/netlify-plugin-jest

Then add the configuration to your netlify.toml file.

[[plugins]]
  package = "@seancdavis/netlify-plugin-jest"