Give a regex, get a robust predicate function that tests it against a string.
test for inclusion or exclusion of paths using globs
Helper functions
A pure JS implementation SHA256.
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
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
Component testing utils for Vue 3.
The smallest and fastest pixel-level image comparison library.
Storybook Vitest addon: Blazing fast component testing using stories
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
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
Provides a RubyLLM::Provider that allows you to stub responses for testing purposes. You can stub individual responses or a sequence of responses, and you can also temporarily stub responses within a block.
Genie CLI is a command-line tool that brings Test Driven Development (TDD) principles to life by integrating with a large language model (LLM) through the ruby_llm library. It provides an interactive session to write tests, implement code, and manage your codebase.