@seancdavis/netlify-plugin-jest
v0.1.0
Published
Runs test suite (npm test --ci) before Netlify build
Downloads
4
Readme
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"