Give a regex, get a robust predicate function that tests it against a string.
Helper functions
test for inclusion or exclusion of paths using globs
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
A pure JS implementation SHA256.
A high-level API to automate web browsers
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.
Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check
A high-level API to automate web browsers
Cross platform children list of a PID
SHA1 wrapper for browsers that prefers `window.crypto.subtle`.
Parameterised tests for Jest
Provides functions for detecting if the host environment supports the WebCrypto API
unist utility to check if a node passes a test
A babel plugin that adds istanbul instrumentation to ES6 code
The smallest and fastest pixel-level image comparison library.
Storybook Vitest addon: Blazing fast component testing using stories
Component testing utils for Vue 3.
Provides functions and types for detecting if the host environment is IE11
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
No description provided.
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
A replacement for process.exit that ensures stdio are fully drained before exiting.
A testing framework for setting up and tearing up test fixtures/environments with support for parameterised test cases. This crate is part of galvanic---a complete test framework for Rust.
A comprehensive set of matcher-based assertions and expectations for easier testing. Supports checking properties of numbers, objects, enum variants, collections, panics, and more. Stuctural matching enables you to integrate matchers into struct decompositions for less code repetition. It's easy to write your own matchers for assertions too. This crate will be part of the galvanic test framework (in development). You can also use the assertions in another test framework of your choice. Works on: stable, beta, and nightly
A behaviour-driven mocking framework for generic traits. Create mocks for (multiple) traits in a behaviour-driven development mocking framework. Define the behaviour of mocks and expected method calls using argument patterns. Supports mocking of generic traits and generic methods. Requires: nightly