Skip to main content
Module

x/chai/register-assert.js

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