test npm install dirty
Check if a repository has untracked or added files
A permissive parser for dirty JSON data that does its best
An npm package to use the List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words
Extends Chai with lint-friendly terminating assertions.
Simple and complete React DOM testing utilities that encourage good testing practices.
Simple and complete DOM testing utilities that encourage good testing practices.
TypeScript definitions for dirty-chai
Quick and dirty CSS property testing
Custom jest matchers to test the state of the DOM
Fire events the same way the user does
Delightful JavaScript Testing.
Delightful JavaScript Testing.
Reads your git tags to generate a unique human-readable version for every git commit
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
Caja's HTML Sanitizer as a Node.js module
Simple and complete React hooks testing utilities that encourage good testing practices.
A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.
A set of primitives based on Solid signals, used to trigger computations.
React package for snapshot testing.
A light-weight jQuery "dirty forms" Plugin - it monitors HTML forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.
The Firebase Authenticaton component of the Firebase JS SDK.
unist utility to get the position of a node
Easily run dirty cucumber features and rspec specs in your current project if you're using git
A quick and dirty way to generate random DB configs in Rails
From within your tests, if you can't understand what's going on, maybe you need to dump your data to your development database and use it from there?
Fix to factory is for quick and dirty conversion of fixtures in your test or spec suite into factory girl factories.
This is a quick and dirty tool to compare test time deltas between two runs by comparing verbose run output.
Forget of start your hashes which makes your code dirty and annoying to test.
It should extract and test file paths from a variety of documents, but this is a "quick-and-dirty" solution intended only to cover common use cases.
Twitterize is a quick and dirty hack I did in a few hours to play with the Twitter API (seriously, there are no tests and I'm sure there is code crude enough in there to make you recant any friendship we might have). It allows you to take any number of RSS feeds and post them to one or more Twitter accounts. An example of this is how various RSS feeds from the New York Times are sent to twitter accounts nytimes, nyt_arts, nyt_biz, etc. This is accomplished via a command-line script that requires a separate configuration file (see below). Since Twitter is a rapidly growing (read somewhat flaky) service, twitterize also uses a database to store twitters to be posted and recover later if twitter is down. This also allows the app to retain feed GUIDs and avoid duplicate posts.