@assertions/equivalent-html
Assert that `actual` is equivalent to the `expected` HTML. The equivalence check ignores whitespace, compares element tags case-insensitively and permits element attributes to be out of order.
Assert that `actual` is equivalent to the `expected` HTML. The equivalence check ignores whitespace, compares element tags case-insensitively and permits element attributes to be out of order.
Assert that `actual` is equal to `expected` in value, regardless of type.
Assert that `actual` is equal to `expected` in both type and value.
Assert that `actual` is a string equal to a YAML boolean true (one of `true` `True` `TRUE`[1])
Assert that `actual` starts with `expected`.
Add custom message to Jest expects
Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.
Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.
Transform the Import Attributes proposal (`import ... from '...' with { ... }`) to the previous version known as Import Assertions (`import ... from '...' assert { ... }`).
Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.
Alternative assertions for deno to support modules that leverage the Deno to NPM ("DNT") tool and running tests from node/npm.
A lightweight, flexible and based testing library for JS
Extends Chai with assertions about promises.
A simple tool for creating TypeScript guards including assertions
A simple and assertion library for TypeScript
A small collection of test helpers for the web
A developer-friendly, no-dependency Typescript data-validation framework
Runtime type checking and type assertion library for Node and the browser
Assertions and typeguards
Simple header-only testing library for C