Skip to main content
Module

x/chai/register-expect.js

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
Latest
File
import {expect} from './index.js';
globalThis.expect = expect;