svelte-testing-library
Component tester
Provides utilities for testing Svelte components with a focus on realistic testing scenarios and good development practices.
Simple and complete Svelte DOM testing utilities that encourage good testing practices
620 stars
7 watching
33 forks
Language: JavaScript
last commit: 27 days ago
Linked from 2 awesome lists
sveltetesting
Related projects:
Repository | Description | Stars |
---|---|---|
pngwn/svelte-test | Utilities for transforming and testing Svelte components | 25 |
rspieker/jest-transform-svelte | A tool to enable unit testing of Svelte components with Jest | 35 |
testing-library/preact-testing-library | Tools for testing Preact components to ensure they work as expected in different scenarios | 145 |
svelteness/svelte-jester | A Jest transformer for Svelte that compiles components before importing them into tests. | 128 |
qutran/svelte-inspector | A tool for inspecting and opening Svelte components in editor | 85 |
ekhaled/svelte-dev-helper | A utility library to simplify development and debugging of Svelte components | 6 |
pngwn/svelte-adapter | An adapter utility allowing Svelte components to be used within React and Vue frameworks. | 301 |
stephanepericat/svelte-boilerplate | A Svelte.js project with built-in features for development, testing, and deployment. | 17 |
lunatk/svelte-web-component-builder | A set of tools and templates for building reusable Svelte components as Web Components. | 5 |
sveltejs/component-template | A base for building reusable Svelte components | 558 |
ktsn/svelte-jest | Transforms Svelte components for integration with Jest testing framework | 36 |
patoi/svelte-component-library-template | A template for building reusable Svelte components | 66 |
testing-library/eslint-plugin-testing-library | A plugin for ESLint to enforce best practices and common testing rules for JavaScript testing libraries. | 992 |
proverbial-ninja/vscode-svelte-component-extractor | An extension for Visual Studio Code that extracts and creates new Svelte components from highlighted text. | 30 |
mdauner/sveltejs-forms | A Svelte component library for building and managing forms with declarative validation | 197 |