0.1.0 • Published 4 years ago
@seancdavis/netlify-plugin-jest v0.1.0
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-jestThen add the configuration to your netlify.toml file.
[[plugins]]
package = "@seancdavis/netlify-plugin-jest"0.1.0
4 years ago