An example showing how to write tests for for Tailwind CSS plugins.
Find a file
dependabot-preview[bot] 3a4fe4d3e6
Bump jest from 24.9.0 to 25.1.0
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.9.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 06:14:18 +00:00
.gitignore init 2019-04-11 13:14:27 +01:00
.travis.yml Add .travis.yml 2019-04-11 13:15:57 +01:00
index.js Inline function 2019-05-01 19:38:49 +01:00
LICENSE Create LICENSE 2019-04-11 13:26:27 +01:00
package.json Bump jest from 24.9.0 to 25.1.0 2020-01-22 06:14:18 +00:00
README.md Update README 2019-05-01 19:42:55 +01:00
test.js Rename generatePluginCss to run 2019-05-02 01:51:43 +01:00

Testing Tailwind CSS Plugins with Jest

An example of how to use Jest, a JavaScript testing framework, for testing Tailwind CSS plugins.

License

MIT

Author

Oliver Davies - Full Stack Developer