test-fixture
DOM resetter
A web component that simplifies testing by providing a reusable template for creating and resetting a test suite's DOM structure.
21 stars
17 watching
14 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
polymer/web-component-tester | A tool for testing web components | 567 |
polymerelements/iron-test-helpers | Utility classes to simplify testing of web components | 26 |
zacanger/styled-reset | A pre-built CSS reset for styled-components to normalize styling across different browsers and devices | 389 |
bendrucker/document-ready | A utility library that provides a simple way to execute code once the DOM has finished loading in modern browsers. | 59 |
monar/react-styled-box | A simple styled component to speed up layout prototyping with flex-powered layouts | 40 |
developit/preact-cycle | A minimal Virtual DOM rendering library using Preact | 138 |
yldio/normalized-styled-components | A CSS reset framework tailored to work with styled-components in React applications | 50 |
mzgoddard/preact-render-spy | A testing tool for React-like components | 178 |
paulocheque/django-dynamic-fixture | A library to generate dynamic model instances for testing purposes in Django applications. | 391 |
stimulusreflex/cable_ready | A tool for creating real-time user experiences by triggering client-side DOM changes from server-side Ruby | 757 |
maximkoretskiy/postcss-autoreset | A PostCSS plugin that automatically resets CSS rules based on naming conventions | 244 |
polight/lego | A low-tech web-component framework that enables developers to create native, reactive, and modular web components using JavaScript | 124 |
adobe/react-webcomponent | A library that automates the wrapping of React components in CustomElements to enable easy integration with web standards. | 106 |
ded/domready | A utility for detecting when the Document Object Model is fully loaded and ready for scripting | 874 |
testing-library/preact-testing-library | Tools for testing Preact components to ensure they work as expected in different scenarios | 145 |