An open API service indexing awesome lists of open source software.

https://github.com/morevm/stylelint-testing-library

Platform agnostic solution for testing Stylelint plugins
https://github.com/morevm/stylelint-testing-library

stylelint stylelint-plugin testing testing-library

Last synced: 4 months ago
JSON representation

Platform agnostic solution for testing Stylelint plugins

Awesome Lists containing this project

README

          

![Promo image of @morev/stylelint-testing-library package](./.github/images/banner.svg)

![Stability of "master" branch](https://img.shields.io/github/actions/workflow/status/MorevM/stylelint-testing-library/build.yaml?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Last commit](https://img.shields.io/github/last-commit/morevm/stylelint-testing-library)
![Release version](https://img.shields.io/github/v/release/morevm/stylelint-testing-library?include_prereleases)
![GitHub Release Date](https://img.shields.io/github/release-date/morevm/stylelint-testing-library)
![Keywords](https://img.shields.io/github/package-json/keywords/morevm/stylelint-testing-library)

# @morev/stylelint-testing-library

Platform agnostic solution for testing Stylelint plugins.

✔️ Works with any popular testing platform - `vitest`, `jest`, `node:test`; \
✔️ Provides clean and configurable test output, handy and helpful error messages; \
✔️ Reduces the amount of boilerplate code due to a nice public API; \
✔️ First-class TypeScript support, written in TS.

For more details on installation, API and more, [go to the documentation website](https://morevm.github.io/stylelint-testing-library/).