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

globalThis.should = should();