Searched refs:_chai (Results 1 – 3 of 3) sorted by relevance
5 declare var assert: typeof _chai.assert;6 declare var expect: typeof _chai.expect;7 var _chai: typeof import("chai") = require("chai"); variable8 globalThis.assert = _chai.assert;32 globalThis.expect = _chai.expect;
2 const _chai: typeof import("chai") = require("chai"); constant3 const expect: typeof _chai.expect = _chai.expect;