aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/chai/register-expect.js
blob: 2807b89beda204f9a159ea34ffe64ee4e32a97d7 (plain) (blame)
1
2
3
import {expect} from './index.js';

globalThis.expect = expect;