Home
last modified time | relevance | path

Searched refs:_chai (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DharnessGlobals.ts5 declare var assert: typeof _chai.assert;
6 declare var expect: typeof _chai.expect;
7 var _chai: typeof import("chai") = require("chai"); variable
8 globalThis.assert = _chai.assert;
32 globalThis.expect = _chai.expect;
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts2 const _chai: typeof import("chai") = require("chai"); constant
3 const expect: typeof _chai.expect = _chai.expect;
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts2 const _chai: typeof import("chai") = require("chai"); constant
3 const expect: typeof _chai.expect = _chai.expect;